Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.23 KB

IOTA EVM NFT Marketplace

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

Running this project

Gitpod

To deploy this project to Gitpod, follow these steps:

  1. Click this link to deploy

Open in Gitpod

Local setup

To run this project locally, follow these steps.

  1. 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
  1. Deploy

Create copy .env.example, rename it to .env and add a private key.

npx hardhat run scripts/deploy.js --network iscp
  1. Start the app
npm run dev