Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 567 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 567 Bytes

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