NFT App - Live demo - Link
Environment 📚
Before you begin, you need to install the following tools:
- Node (>= v18.17)
- Yarn (v1 or v2+)
- Git
in the same terminal, start your local network (a local instance of a blockchain):
yarn chainin a second terminal window, 🛰 deploy your contract (locally):
cd nft-app
yarn deployin a third terminal window, start your 📱 frontend:
cd nft-app
yarn start📱 Open http://localhost:3000 to see the app.