Dinventory is a distributed app of an inventory. This repository contains the backend written in Solidity smart contracts.
The development stack uses:
- Ganache local blockchain
- Truffle to compile/test smart contracts
- Run
npm run ganache-cli
to start Ganache blockchain. - Run
npm test
to run the tests against Ganache.
- Run
npm run ganache-cli
to start Ganache blockchain. - Run
npm run truffle-migrate
to run the migrations against Ganache.