Go to file
Ricardo Guilherme Schmidt 50db6df321
Updates 151 ENS Usernames to Embark 3.1 (#21)
* fix run error

* transfer to zero should decerease supply (burn action)

* dont increment address 0 balance

* fix warning

* Update bootstrap to Embark 3.1 (#10)

* update configs to .js

* update tests

* better test abstraction

* undo changes after test

* small fixes
2018-09-05 03:52:30 -03:00
app Updates 151 ENS Usernames to Embark 3.1 (#21) 2018-09-05 03:52:30 -03:00
config Updates 151 ENS Usernames to Embark 3.1 (#21) 2018-09-05 03:52:30 -03:00
contracts Updates 151 ENS Usernames to Embark 3.1 (#21) 2018-09-05 03:52:30 -03:00
test Updates 151 ENS Usernames to Embark 3.1 (#21) 2018-09-05 03:52:30 -03:00
utils fix merkle tree tool to latest web3 2018-08-30 09:44:22 -04: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 Removes multiple domain functionaility from project (#20) 2018-09-04 18:49:39 -03:00
embark.json removed embark-babel+ bump solc to 0.4.24 2018-06-08 15:34:31 -04:00
package.json Removes multiple domain functionaility from project (#20) 2018-09-04 18:49:39 -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
ens/ENSRegistry Yes Yes No
ens/PublicRegistry Yes Yes No
registry/UsernameRegistrar Yes Yes Yes