Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 817 Bytes

DEVELOPMENT.md

File metadata and controls

37 lines (26 loc) · 817 Bytes

Thetta DAO Templates (for Developers)

Please submit issues here.

PRs Welcome

Codeship Status for Thetta/DAO-Templates

Testing

npm run test

Testing specific file

npm run test -- test/1-HierarchyDao.js

CodeShip Continuous Integration script

# reqs
npm install -g [email protected]
nvm install 10.5.0
npm install -g ganache-cli

# solc is 0.4.23
# zeppelin-solidity is 1.9.0
npm install -g [email protected]

# test
npm run test

# coverage via coveralls.io
npm run coveralls