DApp to register usernames for Status Network
Go to file
Barry Gitarts d7c8942bc6 update storage config 2018-06-27 08:41:48 -04:00
app Use ETH to Wei style conversion for SNT 2018-06-25 14:47:47 -04:00
config update storage config 2018-06-27 08:41:48 -04:00
contracts add expiration time for given domain 2018-06-19 10:12:49 -04:00
test add status contact code to register method 2018-06-08 15:35:31 -04: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 add 151-ens-usernames contracts to readme 2018-06-08 14:59:29 -04:00
embark.json removed embark-babel+ bump solc to 0.4.24 2018-06-08 15:34:31 -04:00
package.json add loading indicator to approval toggle 2018-06-15 11:23:54 -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
ens/ENSRegistry Yes Yes No
ens/PublicRegistry Yes Yes No
registry/ENSSubdomainRegistry Yes Yes No