Crypto Collectible NFT Tutorial with ERC-721 Tokens
Install these prerequisites to continue
NPM: https://nodejs.org
Truffle: https://github.com/trufflesuite/truffle
Ganache: http://truffleframework.com/ganache/
Metamask: https://metamask.io/
https://github.com/dappuniversity/nft.git
cd nft
npm install
Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance.
truffle migrate --reset
You need to migrate contract in order to deploy in your local system
-Unlock Metamask
-Connect metamask to your local Etherum blockchain provided by Ganache.
-Import an account provided by ganache.
cd src
npm start
Now you Blockchain web-app is serverd on http://localhost:8000