Making the frontend part of my project NFT collection with metadata stored on IPFS smart contract!
# Clone this project
$ git clone https://github.com/gab0071/IPFS-FRONT
# Access
$ cd IPFS-FRONT
# Install dependencies
$ npm install
- $
npx create-next-app@latest - $
npm run devNow go tohttp://localhost:3000, your app should be running 🤘
Open up a terminal pointing at my-app directory and execute this command:
- $
npm install web3modal ethers
Note🚨 ➡ to interact with your smart contract in the folder constants/index.js write:
export const NFT_CONTRACT_ADDRESS = "address of your NFT contract";
export const abi = "---your abi---";- Next.js
- Ethers.js
- Web3Modal
Hope you enjoy making this.
Made with ❤️ by catellaTech.