/jamerative

Primary LanguageJavaScriptMIT LicenseMIT

🍯 Jamerative

This project is based on https://github.com/ipfs-shipyard/nft-school-examples

An end-to-end example of minting NFTs on Ethereum from your browser. Powered by nft.storage and scaffold-eth!


🏃‍♀️ Quick Start

required: Node plus Yarn and Git

Clone this repository:

git clone https://github.com/yusefnapora/nft-e2e-example

cd nft-e2e-example

Install dependencies:

yarn install

Run the frontend:

yarn start

in a second terminal window:

cd nft-e2e-example
yarn chain

in a third terminal window:

cd nft-e2e-example
yarn deploy