contracts/README.md
Ricardo Guilherme Schmidt 6481de087b
update to embark 4.0.1
2019-03-28 20:10:02 -03:00

16 lines
316 B
Markdown

# status.im bootstrap contracts
Requires embark 4.0.1. Recommended use of https://github.com/creationix/nvm
Usage:
```
nvm install v10.15
nvm use v10.15
npm install -g embark
git clone https://github.com/status-im/contracts.git
cd contracts
git checkout bootstrap
npm install
embark test
embark run
```