Update readme.
This commit is contained in:
parent
06a0181fe1
commit
549df8ae27
21
README.md
21
README.md
|
@ -1,22 +1,19 @@
|
||||||
# status.im contracts
|
# 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
|
Requires https://github.com/creationix/nvm
|
||||||
Usage:
|
Usage:
|
||||||
```
|
```
|
||||||
nvm install v8.9.4
|
nvm install v8.9.4
|
||||||
nvm use v8.9.4
|
nvm use v8.9.4
|
||||||
npm install -g embark
|
npm install -g embark
|
||||||
git clone https://github.com/status-im/contracts.git
|
git clone https://github.com/status-im/ens-usernames.git
|
||||||
cd contracts
|
cd ens-usernames
|
||||||
npm install
|
npm install
|
||||||
embark simulator
|
|
||||||
embark test
|
embark test
|
||||||
|
embark blockchain
|
||||||
embark run
|
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 |
|
|
Loading…
Reference in New Issue