DApp to register usernames for Status Network
Go to file
Barry Gitarts 389bc28a83 add initial redux scafold 2018-06-01 10:25:59 -04:00
app add initial redux scafold 2018-06-01 10:25:59 -04:00
config bump solc version and remove versions from contracts.json 2018-05-30 10:19:39 -03:00
contracts add ERC20Receiver+tests 2018-05-13 14:01:59 -03:00
test add test to controlled, use "Contract" as generic name 2018-05-19 23:36:34 -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 eslint 2018-05-31 17:27:04 -04:00
.gitattributes
.gitignore add package-lock to.json .gitignore 2018-05-13 12:41:38 -03:00
README.md add readme 2018-05-14 20:58:30 -03:00
embark.json add initial redux scafold 2018-06-01 10:25:59 -04:00
package.json add initial redux scafold 2018-06-01 10:25:59 -04:00

README.md

status.im contracts

Usage:

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