Skip to content

mohammed-shameem/nft-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Install Node v12
  2. Clone the repo https://github.com/mohammed-shameem/nft-dapp.git
  3. CD to dapp
  4. Install Truffle globally npm install -g truffle
  5. Install Ganache CLI globally npm install -g ganache-cli
  6. Compile contracts. Run truffle compile
  7. Start ganache blockchain. Run ganache-cli
  8. Open another terminal and Run truffle test

Tested On

git version 2.26.0
Node v12.16.3
Truffle v5.3.10 (core: 5.3.10)
Ganache CLI v6.9.1
Solidity - 0.8.0 (solc-js)
Web3.js v1.3.6

Releases

No releases published

Packages

No packages published