DApp to register usernames for Status Network
Go to file
Ricardo Guilherme Schmidt 47d9e13e8b
fix transfer events check
2018-09-06 03:49:18 -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 improve natspec, reoder private function to bottom of file 2018-09-06 02:14:40 -03:00
test fix transfer events check 2018-09-06 03:49:18 -03:00
utils improve readability of testscript 2018-09-06 02:29:53 -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 Update readme. 2018-09-06 02:38:32 -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 ENS Usernames

DApp to register usernames for Status Network, using ENS subnodes as usernames and Public Resolver to configure public key and/or public address.

Usernames eliminates the need to copy/scan - and worse, type - long hexadecimal addresses / public keys, by providing an ENS subdomain registry and recognition of ENS names in Status for interacting with other people in Status.

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/ens-usernames.git
cd ens-usernames
npm install
embark test
embark blockchain
embark run