Liquid democracy for permissionless governance through trust networks of delegates.
Go to file
Ricardo Guilherme Schmidt f5b76bc55a
Update bootstrap to Embark 3.1 (#10)
* update configs to .js

* update tests

* better test abstraction

* undo changes after test
2018-09-04 18:19:27 -03:00
app Merge branch 'bootstrap' of https://github.com/status-im/contracts into bootstrap 2018-06-10 02:31:54 -03:00
config Update bootstrap to Embark 3.1 (#10) 2018-09-04 18:19:27 -03:00
contracts fix warning 2018-06-30 01:31:37 -03:00
test Update bootstrap to Embark 3.1 (#10) 2018-09-04 18:19:27 -03:00
utils fix race condition 2018-05-25 18:54:35 -03:00
.babelrc add babel config 2018-05-31 17:42:00 -04: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 add package-lock to.json .gitignore 2018-05-13 12:41:38 -03:00
README.md fix nvm usage 2018-06-07 17:33:26 -03:00
embark.json add initial redux scafold 2018-06-01 10:25:59 -04:00
package.json add update ERC20 account balance 2018-06-05 13:19:21 -04: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