Documentation updates
This commit is contained in:
parent
b6f5dfd803
commit
02208ca037
14
README.md
14
README.md
@ -3,7 +3,14 @@
|
|||||||
This tool allows you to easily, check one or more names if they are free to be registered on the DERO HE Block Chain
|
This tool allows you to easily, check one or more names if they are free to be registered on the DERO HE Block Chain
|
||||||
and then register the name to your own wallet if you wish to.
|
and then register the name to your own wallet if you wish to.
|
||||||
|
|
||||||
* Note this script uses https://dero-node.mysrv.cloud which I've made available for public use, including mining. You can change this with --daemon-rpc command.
|
|
||||||
|
Please note that
|
||||||
|
|
||||||
|
* This script uses https://dero-node.mysrv.cloud for querying name registration, and if your registration has succeessfully completed.
|
||||||
|
* This means you do not need a local node to look up or register a name, you only need a wallet.
|
||||||
|
* The registration process itself happens via your local Wallet RPC, not via remote node.
|
||||||
|
* You can change the default setting on command line, see --help menu for more info
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -83,12 +90,11 @@ $ ./dero_ns_cli.pl --help
|
|||||||
|
|
||||||
Dero Stargate
|
Dero Stargate
|
||||||
|
|
||||||
* [https://dero.io/](https://dero.io/)
|
* Website: [https://dero.io/](https://dero.io/)
|
||||||
* [https://github.com/deroproject/derohe/](https://github.com/deroproject/derohe/)
|
* Wallet and code: [https://github.com/deroproject/derohe/](https://github.com/deroproject/derohe/)
|
||||||
|
|
||||||
## More about Dero Smart Contracts and how to use them
|
## More about Dero Smart Contracts and how to use them
|
||||||
|
|
||||||
* [Nameservice](https://docs.dero.io/rtd_pages/dev_dvm.html#nameservice)
|
* [Nameservice](https://docs.dero.io/rtd_pages/dev_dvm.html#nameservice)
|
||||||
* [DVM Example](https://github.com/deroproject/documentation/tree/master/DVMDOCS/examples/nameservice)
|
* [DVM Example](https://github.com/deroproject/documentation/tree/master/DVMDOCS/examples/nameservice)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user