Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 261 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 261 Bytes

Ethereum Course

Installation

NodeJS 8.x+ must be installed along with build-essential as a prerequisite.

$ npm install

Running blockchain (other terminal)

$ npm run testrpc

Running tests

$ npm run compile
$ npm run test