- Install Node v12
- Clone the repo
https://github.com/mohammed-shameem/nft-dapp.git
- CD to dapp
- Install Truffle globally
npm install -g truffle
- Install Ganache CLI globally
npm install -g ganache-cli
- Compile contracts. Run
truffle compile
- Start ganache blockchain. Run
ganache-cli
- Open another terminal and Run
truffle test
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