Skip to content

Latest commit

 

History

History
 
 

end-to-end

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

🎟 nft-e2e-example

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