0.0.9 • Published 3 years ago

unova-middleware-smartcontract-blockchain v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 1000000
for deploy change the information in config.json
## Testing
To install dependencies call:
```bash
npm install

To compile contracts:

npm compile

To deploy contracts:

npm deploy

npm start

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago