Go to file
Ricardo Guilherme Schmidt be3d711f0b
update identity
2019-02-20 01:24:53 -03:00
app small fixes 2019-02-13 01:04:02 -02:00
config small fixes 2019-02-13 01:04:02 -02:00
contracts update identity 2019-02-20 01:24:53 -03:00
docs remove leftover info in readme, move docs 2018-04-06 22:33:17 -03:00
test merge bootstrap 2019-02-20 01:20:22 -03:00
utils merge bootstrap 2018-05-30 09:03:49 -03:00
.babelrc port app to embark4 and mint to statusroot 2018-12-29 06:24:40 -02:00
.eslintrc.json add dispatch and cleanup to accounts list 2018-06-01 16:22:11 -04:00
.gitattributes cleanup bootstrap 2018-04-23 01:58:58 -03:00
.gitignore remove passwords 2018-12-28 08:07:37 -02:00
README.md merge bootstrap 2019-02-20 01:20:22 -03:00
embark.json small fixes 2019-02-13 01:04:02 -02:00
package.json merge bootstrap 2019-02-20 01:20:22 -03:00

README.md

status.im contracts

Requires https://github.com/creationix/nvm Usage:

nvm install v8.9.4
nvm use v8.9.4
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
deploy/Factory No No No
deploy/DelayedUpdatableInstance No No No
identity/Identity No Yes No
identity/IdentityFactory No No No