contracts/README.md

25 lines
852 B
Markdown
Raw Normal View History

2018-05-14 23:58:30 +00:00
# status.im contracts
2018-06-07 20:32:28 +00:00
Requires https://github.com/creationix/nvm
2018-05-14 23:58:30 +00:00
Usage:
```
2018-06-07 20:32:28 +00:00
nvm install v8.9.4
2018-06-07 20:33:26 +00:00
nvm use v8.9.4
2018-05-14 23:58:30 +00:00
npm install -g embark
git clone https://github.com/status-im/contracts.git
cd contracts
npm install
embark simulator
embark test
embark run
```
| Contract | Deploy | Test | UI |
| -------------------------------------- | ------ | ---- | --- |
| token/TestToken | Yes | Yes | Yes |
| token/ERC20Token | No | Yes | Yes |
| deploy/Instance | No | No | No |
2018-05-15 12:01:44 +00:00
| deploy/Factory | No | No | No |
| deploy/DelayedUpdatableInstance | No | No | No |
| identity/Identity | No | Yes | No |
2019-02-20 04:20:22 +00:00
| identity/IdentityFactory | No | No | No |