Example of ICOSearch service based on BASE architecture
- Install truffle globally with
npm install -g truffle - Install testrpc globally with
npm install -g ethereumjs-testrpc - Run testrpc in separate terminal
testrpc - Install local packages with
npm install - Run tests with
truffle test
On OSX you also need to install watchman: brew install watchman