0.0.9 • Published 4 years ago
unova-middleware-smartcontract-blockchain v0.0.9
Smart contracts used in UNO-NET
Development
Install dependencies and compile contracts:
yarn
npm install First you need an RPC running. For example you may want to start ganache-cli with running
npm global add ganache-cli
ganache-cli -e 1000000for deploy change the information in config.json
## Testing
To install dependencies call:
```bash
npm installTo compile contracts:
npm compileTo deploy contracts:
npm deploynpm start