This repo contains a step by step walkthrough towards a fully fledged dApp that combines an NFT collection, an ERC20 token, and DeFi. Huge shoutout to Lucas Janon, a DappCamp alumni from Cohort 2 for his help with his repo. This repo is a fork of his original repo here
If you take a look of the existing branches, you'll see that there's multiple numbered branches. They build on top of each other, starting from 0-overview
(the one you're in, right now).
Each branch has its own readme, like this one, with an overview of the progress made towards the final dApp.
Also, if you go to the pull requests, every branch has a PR to the previous one, which is useful to see the diff.
Some of the topics we'll cover in this walkthrough are:
- Scaffolding a Hardhat project. 1-scaffolding.
- Building an ERC20 (fungible) token. 2-1-create-erc20.
- Deploying ERC20. 2-2-deploy-erc20.