Skip to content

Crypto Collectible NFT Tutorial with ERC-721 Tokens

Notifications You must be signed in to change notification settings

dharmveersinh/nft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nft

Crypto Collectible NFT Tutorial with ERC-721 Tokens

Dependencies

Install these prerequisites to continue

NPM: https://nodejs.org
Truffle: https://github.com/trufflesuite/truffle
Ganache: http://truffleframework.com/ganache/
Metamask: https://metamask.io/

Step 1. Clone the project

https://github.com/dappuniversity/nft.git

Step 2. Install dependencies

cd nft
npm install

Step 3. Start Ganache

Open the Ganache GUI client that you downloaded and installed. This will start your local blockchain instance.

Step 4. Compile & Deploy Election Smart Contract

truffle migrate --reset You need to migrate contract in order to deploy in your local system

Step 5. Configure Metamask

-Unlock Metamask
-Connect metamask to your local Etherum blockchain provided by Ganache.
-Import an account provided by ganache.

Step 6. Run the Front End Application

cd src
npm start

Now you Blockchain web-app is serverd on http://localhost:8000

About

Crypto Collectible NFT Tutorial with ERC-721 Tokens

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 73.6%
  • JavaScript 23.1%
  • HTML 3.1%
  • CSS 0.2%