UNPKG

nonsed

Version:

The Novel Ethereum Database Framework

28 lines (18 loc) 261 B
# Configuring, development and deploying ##### Install ``` npm i ``` ##### Linting: ```bash solium -d contracts ``` ##### Testing: ```bash ganache-cli -p 8545 truffle test ``` ##### Deploying (for example kovan): ```bash truffle migrate --network= ```