Welcome to the Road to Web3 Showcase
Please refer to Alchemy documentation and the following useful links for an in depth explanation:
- Week 1 - How to Develop an NFT Smart Contract (ERC721) with Alchemy
- Week 2 - How to Build "Buy Me a Coffee" DeFi dapp
- Week 3 - How to Make NFTs with On-Chain Metadata - Hardhat and JavaScript
- Week 4 - How to Create an NFT Gallery
- Week 5 - Connect APIs to your Smart Contracts using Chainlink
- Week 6 - How to Build an NFT Marketplace from Scratch
- Week 7 - How to Build an NFT Marketplace from Scratch
- Week 8 - How to build a betting game on Optimism
- Week 9 - How to Build a Token Swap Dapp With 0x API
- Week 10 - How to Create a Decentralized Twitter with Lens Protocol
- University Alchemy - Ethereum Dev. Bootcamp
The project supports all the major EVM chains:
- Ethereum
- Ethereum Goerli
- Ethereum Sepolia
- Polygon
- Polygon Mumbai
- Optimism Goerli
To get started with this boilerplate, you'll need to have the following software installed on your local machine:
- Clone repo https://github.com/ekoyanu99/road-to-web3-showwcase
git clone https://github.com/ekoyanu99/road-to-web3-showwcase
- Navigate to the project directory:
cd road-to-web3-showwcase npm i
Navigate to thedocs to learn more about road to web3 or alchemy university
- Inside the project folder, start the local development server:
npm run dev
- Open your browser and navigate to
http://localhost:3000/
to view the dApp in action.