Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 818 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 818 Bytes

Full stack NFT marketplace built with Solidity, IPFS, & Next.js

Running this project

Gitpod

To deploy this project to Gitpod, follow these steps:

  1. Click this link to deploy

Open in Gitpod

  1. Import the RPC address given to you by GitPod into your MetaMask wallet

This endpoint will look something like this:

https://8545-copper-swordtail-j1mvhxv3.ws-eu18.gitpod.io/

Locally

To deploy this project to Gitpod, follow these steps:

  1. Clone the repository
git clone https://github.com/prajwolrg/ice-workshop-nft-fullstack.git
  1. Change directory and install dependencies
cd ice-workshop-nft-fullstack
npm install
  1. Start server
npm run dev