Full stack NFT marketplace built with IOTA Smart Contracs, Solidity, IPFS, & Next.js
This is a fork of dabit3/polygon-ethereum-nextjs-marketplace and configurated for the IOTA Smart Contract Tesnet EVM. Special thanks to the author!
This is the codebase to go along with tbe blog post Building a Full Stack NFT Marketplace on Ethereum with Polygon
To deploy this project to Gitpod, follow these steps:
- Click this link to deploy
To run this project locally, follow these steps.
- Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/huhn511/iota-evm-nft-marketplace
cd iota-evm-nft-marketplace
# install using NPM
npm install
- Deploy
Create copy .env.example
, rename it to .env
and add a private key.
npx hardhat run scripts/deploy.js --network iscp
- Start the app
npm run dev