وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Blockchain Developer – Solidity AI-Powered Ultimate Course

سرفصل های دوره

1. Lesson 0 The Edge of the Rabbit Hole
  • 1.1 ChatGPT.html
  • 1.2 Cyfrin (Smart Contract Audits).html
  • 1.3 Discussions.html
  • 1.4 Full Videos.html
  • 1.5 GitHub Repo (Your Bible!).html
  • 1.6 Patrick Collins YouTube.html
  • 1.7 web3education.dev.html
  • 1. Introduction & Best Practices

  • 2. Lesson 1 Blockchain Basics
  • 1.1 GitHub Repo.html
  • 1. What is a blockchain
  • 2. The purpose of smart contracts
  • 3. Quick Recap
  • 4. Your first transaction
  • 5. Introduction to Gas
  • 6. How a blockchain works
  • 7. Signing a transaction
  • 8. Gas II
  • 9. High Level Fundamentals
  • 10. Optional - NFT Challenges.html

  • 3. Lesson 2 Welcome to Remix - Remix Simple Storage
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Introduction to Remix
  • 3. Solidity Types
  • 4. Solidity Functions
  • 5. Arrays and Structs
  • 6. Errors and Warnings
  • 7. Memory, Storage, and Calldata
  • 8. Mappings
  • 9. Deploy your smart contract
  • 10. Recap

  • 4. Lesson 3 Remix Storage Factory
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Setup
  • 3. Deploying a contract from a contract
  • 4. Imports
  • 5. AI Help
  • 6. Interacting with contract ABIs
  • 7. Inheritance
  • 8. Recap

  • 5. Lesson 4 Remix Fund Me
  • 1.1 Full project code.html
  • 1.2 GitHub repo.html
  • 1. Introduction
  • 2. Setup
  • 3. Sending ETH through a function
  • 4. Reverts
  • 5. Getting data from Chainlink
  • 6. Quick Recap
  • 7. Interfaces
  • 8. AI Help III
  • 9. Importing from NPM & GitHub
  • 10. Getting prices from Chainlink
  • 11. More Solidity Math
  • 12. msg.sender
  • 13. Recap II
  • 14. Library
  • 15. Safemath
  • 16. For Loops
  • 17. Resetting an array
  • 18. Transfer, Send, Call
  • 19. Constructor
  • 20. Modifiers
  • 21. Testnet Demo
  • 22. Advanced Immutables & Constants
  • 23. Advanced Custom Errors
  • 24. Advanced receive & fallback
  • 25. Final Recap

  • 6. Lesson 5 AI Prompting, Asking Questions, and Getting Help
  • 1.1 GiHub Repo.html
  • 1. Introduction & AI Prompting
  • 2. Setting up GitHub
  • 3. Formatting a question
  • 4. Speed Run ETH

  • 7. Lesson 6 Foundry Simple Storage
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. MacOS Linux Install (Mac Linux users only)
  • 3. Windows Install (Windows users only)
  • 4. GitPod (Not recommended)
  • 5. Foundry Install
  • 6. VSCode Setup
  • 7. Foundry Setup
  • 8. Formatting solidity in VSCode
  • 9. Compiling Foundry
  • 10. Deploying to a local chain
  • 11. Adding networks to MetaMask
  • 12. Deploying to a local chain II
  • 13. Private key safety I
  • 14. Deploying to a local chain III
  • 15. What a transaction really is
  • 16. Private key safety II
  • 17. Thirdweb deploy
  • 18. Cast send
  • 19. Deploying to a testnet
  • 20. Manual Verification
  • 21. Cleaning up
  • 22. Alchemy
  • 23. Recap

  • 8. Lesson 7 Foundry Fund Me
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Testing Introduction
  • 3. Setup (Continued)
  • 4. Tests
  • 5. Debugging Tests
  • 6. Advanced Deploy Scripts
  • 7. Forked tests
  • 8. Testing deploy scripts
  • 9. Refactoring II Helper Config
  • 10. Refactoring III Mocking
  • 11. Magic Numbers
  • 12. Refactoring III (Continued)
  • 13. More Cheatcodes
  • 14. More Coverage
  • 15. Chisel
  • 16. Cheaper Withdraw
  • 17. Storage
  • 18. Cheaper withdraw continued
  • 19. Interactions.s.sol
  • 20. Makefile
  • 21. Pushing to GitHub
  • 22. Recap

  • 9. Lesson 8 HtmlJs Fund Me (Quick Fullstack Front End Tutorial)
  • 1.1 GitHub Repo.html
  • 1. Introduction
  • 2. How MetaMask works with the browser
  • 3. Function Selectors
  • 4. Recap

  • 10. Lesson 9 Foundry Smart Contract Lottery
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Layout
  • 3. Custom Errors II
  • 4. Events
  • 5. block.timestamp
  • 6. Chainlink VRF
  • 7. Implementing Chainlink VRF
  • 8. Modulo
  • 9. Enums
  • 10. Resetting an array
  • 11. A note on building
  • 12. CEI (Checks, Effects, Interactions)
  • 13. Introduction to Chainlink Automation
  • 14. Implementing Chainlink Automation
  • 15. Mid Lesson Recap
  • 16. Tests and deploy script
  • 17. Mock Chainlink VRF
  • 18. Tests and deploy continued
  • 19. Lots of tests
  • 20. Testing events
  • 21. vm.roll & vm.warp
  • 22. Create Subscription
  • 23. Create Subscription UI
  • 24. Fund Subscription Script
  • 25. Add Consumer Script
  • 26. More Tests
  • 27. Perform Upkeep Tests
  • 28. Getting event data into Foundry
  • 29. Introduction to fuzz testing
  • 30. One big test
  • 31. Passing the private key in
  • 32. Integration Tests
  • 33. Testnet demo w makefile
  • 34. Testnet demo - the demo
  • 35. console.log debugging
  • 36. forge test --debug
  • 37. Recap

  • 11. Lesson 10 Foundry ERC20s
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Manual Creation
  • 3. OZ Token
  • 4. Deploy script
  • 5. AI Tests & Recap

  • 12. Lesson 11 Foundry NFTs MoodNFT
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. What is an NFT
  • 3. Foundry Setup
  • 4. IPFS
  • 5. Using IPFS
  • 6. Deploy script
  • 7. Basic NFT Tests
  • 8. Basic NFT Interactions
  • 9. Basic NFT Testnet Demo
  • 10. The issue with IPFS & https
  • 11. What is an SVG
  • 12. SVG NFT Introduction
  • 13. SVG NFT Encoding the NFT
  • 14. SVG NFT Flipping the mood
  • 15. SVG NFT Deploy script
  • 16. SVG NFT Debugging practice
  • 17. SVG NFT Anvil demo
  • 18. Filecoin & Arweave
  • 19. Advanced Encoding, opcodes, and calls
  • 20. Advanced Calling and encoding functions directly
  • 21. Advanced Quick Recap
  • 22. Advanced Function signatures & selectors
  • 23. Advanced Verifying MetaMask transactions
  • 24. Recap

  • 13. Lesson 12 Foundry DeFi Stablecoin
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction
  • 2. Code walkthrough
  • 3.1 What is a stablecoin (But actually).html
  • 3. What is a stablecoin (but actually).html
  • 4. DecentralizedStablecoin.sol
  • 5. DSCEngine.sol
  • 6. depositCollateral
  • 7. mintDsc & getCollateralValue
  • 8. healthFactor
  • 9. Minting the DSC
  • 10. Deploy script
  • 11. Tests
  • 12. depositCollateralAndMintDsc
  • 13. redeemCollateral
  • 14. Liquidate Setup
  • 15. Liquidate Refactor
  • 16. Level up tests
  • 17. Open fuzz tests
  • 18. Handler fuzz tests
  • 19. Handler stateful fuzz tests - revert on fail
  • 20. Handler stateful fuzz tests - redeeming collateral
  • 21. Handler stateful fuzz tests - minting DSC
  • 22. Handler stateful fuzz tests - debugging
  • 23. Price feed handling
  • 24. OracleLib
  • 25. Audit Preparedness
  • 26. Recap
  • 27. Lens Protocol

  • 14. Lesson 13 Foundry Upgrades
  • 1.1 Final Project Code.html
  • 1.2 GitHub Repo.html
  • 1. Introduction & What are upgradable contracts
  • 2. delegatecall
  • 3. EIP-1967
  • 4. UUPS Setup
  • 5. UUPS Deploy
  • 6. UUPS Upgrade
  • 7. UUPS Tests
  • 8. Testnet demo

  • 15. Lesson 14 Foundry DAO Governance
  • 1.1 Final Project Code.html
  • 1.2 GitHub repo.html
  • 1. Introduction
  • 2. Aragon
  • 3. Setup
  • 4. Governance Token
  • 5. Governor
  • 6. Tests
  • 7. Wrap up and gas tips

  • 16. Lesson 15 Smart Contract Security & Auditing (For developers)
  • 1.1 GitHub Repo.html
  • 1. Introduction
  • 2.1 What is a smart contract audit.html
  • 2. What is a smart contract audit.html
  • 3. Tools used by professionals
  • 4.1 Manual review process with Tincho.html
  • 4. Manual review process.html
  • 5. Formal verification
  • 6. Wrap up & Congratulations
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    افزودن به سبد خرید
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 17784
    حجم: 15956 مگابایت
    مدت زمان: 1591 دقیقه
    تاریخ انتشار: ۲۸ مرداد ۱۴۰۲
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید