Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 489 Bytes

File metadata and controls

13 lines (9 loc) · 489 Bytes

ICOSearch-BASE-Example

Example of ICOSearch service based on BASE architecture

Installation

  1. Install truffle globally with npm install -g truffle
  2. Install testrpc globally with npm install -g ethereumjs-testrpc
  3. Run testrpc in separate terminal testrpc
  4. Install local packages with npm install
  5. Run tests with truffle test

On OSX you also need to install watchman: brew install watchman