This demo uses:
- Next.js
- ReactJs
- Material UI
- Tailwind CSS
- EthersJs
- Wagmi
- WalletConnect
- Faucet
- Infura
To run the demo follow these steps:
- Clone the project with the code below.
# Make sure you have the above prerequisites installed already! git clone https://github.com/tanagerdigital/nftminter.git cd nftminter # Navigate to the new folder. yarn install # Installs all the dependencies.
- Create a WalletConnect project at WalletConnect, copy and paste your key in the spaces below.
- Create an infura project at Infura, copy and paste your polygon mumbai key in the spaces below.
- Update the
.env
file with the following details.walletConnectProjectId=<Wallect Connect Project ID> infuraId=<Infura API Key>
- Run the app using
yarn run dev
If your confuse about the installation, check out this TUTORIAL to see how you should run it.
Questions about running the demo? Open an issue. We're here to help ✌️