Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 285 Bytes

INSTALL.md

File metadata and controls

14 lines (12 loc) · 285 Bytes

Install truffle

$ npm install truffle

Install test blckchain

Download, install and run: ganache

Compile & run tests

$ node_modules/.bin/truffle compile
$ node_modules/.bin/truffle migrate
$ node_modules/.bin/truffle test