UNPKG
nonsed
Version:
latest (1.0.0)
1.0.0
The Novel Ethereum Database Framework
github.com/BlaiseReilly/nonsed.git
BlaiseReilly/nonsed
nonsed
/
docs
/
development.md
28 lines
(18 loc)
•
261 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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= `
``