16 lines
316 B
Markdown
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
|
|
```
|
|
|