From 02208ca037bbf9652f3a4524dd9150db24c3a989 Mon Sep 17 00:00:00 2001 From: Lennart Hansen Date: Thu, 21 Apr 2022 09:18:38 +0100 Subject: [PATCH] Documentation updates --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a7f381..86ecc65 100644 --- a/README.md +++ b/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 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 @@ -83,12 +90,11 @@ $ ./dero_ns_cli.pl --help Dero Stargate - * [https://dero.io/](https://dero.io/) - * [https://github.com/deroproject/derohe/](https://github.com/deroproject/derohe/) + * Website: [https://dero.io/](https://dero.io/) + * Wallet and code: [https://github.com/deroproject/derohe/](https://github.com/deroproject/derohe/) ## More about Dero Smart Contracts and how to use them * [Nameservice](https://docs.dero.io/rtd_pages/dev_dvm.html#nameservice) * [DVM Example](https://github.com/deroproject/documentation/tree/master/DVMDOCS/examples/nameservice) -