This repo contains my lesson files for smart contract development with javascript.
- Solidity basics with RemixIde (simple-storage, fund-me)
- Basic operations with Ethers.js (simple-storage)
- Basic operations with Hardhat (simple-storage)
- Advanced operations with Hardhat (fund-me)
- Advanced operations with Ethers.js (fullstack/web/fund-me)
- Advanced operations with Hardhat (lottery)
- Advanced operations with NextJS (fullstack/lottery/web)
- Advanced operations with Hardhat (erc-20/token)
- Advanced operations with Hardhat (defi-aave)
- Advanced operations with Hardhat (nft)
- Advanced operations with NextJS (fullstack/web3/nft-marketplace)
- Advanced operations with Hardhat (upgrades)