Descentralized application to track item creation and selling process
- Clone the repository
- Run npm install
- Add environment variables: IFURA_SEPOLIA_URL, INFURA_API_KEY, MNEMONIC in a .env file
- Run truffle test
- libraries used:
- @truffle/hdwallet-provider: ^2.1.0,
- dotenv: ^16.0.3
- versions
- Truffle v5.5.17 (core: 5.5.17)
- Ganache v^7.1.0
- Solidity - 0.8.14 (solc-js)
- Node v14.18.2
- Web3.js v1.5.3