Skip to content

A full stack digital marketplace running on the public IOTA Smart Contracts EVM Testnet.

Notifications You must be signed in to change notification settings

huhn511/iota-evm-nft-marketplace

 
 

Repository files navigation

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

About

A full stack digital marketplace running on the public IOTA Smart Contracts EVM Testnet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • Solidity 17.9%
  • CSS 6.0%