An end-to-end example of minting NFTs on Ethereum from your browser. Powered by nft.storage and scaffold-eth!
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