contracts/README.md

16 lines
316 B
Markdown
Raw Normal View History

2019-03-28 23:10:02 +00:00
# status.im bootstrap contracts
Requires embark 4.0.1. Recommended use of https://github.com/creationix/nvm
2018-05-14 23:58:30 +00:00
Usage:
```
2019-03-28 23:10:02 +00:00
nvm install v10.15
nvm use v10.15
2018-05-14 23:58:30 +00:00
npm install -g embark
git clone https://github.com/status-im/contracts.git
cd contracts
2019-03-28 23:10:02 +00:00
git checkout bootstrap
2018-05-14 23:58:30 +00:00
npm install
embark test
embark run
```