mirror of
https://git.hush.is/hush/hsc-creator.git
synced 2025-10-04 00:01:54 -04:00
Update 'docs.md'
This commit is contained in:
parent
de3f3f63d6
commit
ca1d1ba480
22
docs.md
22
docs.md
@ -59,7 +59,7 @@ With your machines successfully able to `ping` each other, you are ready to crea
|
||||
The following instructions use the simplest possible set of parameters in creating a new Smart Chain: a coin wit
|
||||
h the ticker symbol `LULZ`, `55555` pre-mined coins, and a block reward of `.0001`, the default.
|
||||
|
||||
On your first node, change into the directory where Komodo's `komodod` and `komodo-cli` are installed and execute the following commands in the terminal:
|
||||
On your first node, change into the directory where Hush's `hushd` and `hush-cli` are installed and execute the following commands in the terminal:
|
||||
|
||||
```bash
|
||||
./hush-smart-chain -ac_name=LULZ -ac_supply=55555 -addnode=<IP address of the second node> &
|
||||
@ -132,4 +132,22 @@ You can check the contents of the wallet by executing the following command in t
|
||||
|
||||
Using the `hush-cli` software, which is included in any default installation of `hushd`, you can now execute many commands on your new Smart Chain. This enables you to perform transactions, create and execute smart contracts (if they are enabled on your HSC) and use HushChat protocol and applications.
|
||||
|
||||
Since the Hush codebase long ago forked from Zcash (which forked from Bitcoin), essentially all commands that are available on these two upstream blockchains are also available on your new Smart Chain.
|
||||
Since the Hush codebase long ago forked from Zcash (which forked from Bitcoin), essentially all commands that are available on these two upstream blockchains are also available on your new Smart Chain.
|
||||
|
||||
## Example commands
|
||||
|
||||
To see general information about your new Smart Chain, execute this command:
|
||||
|
||||
`./hush-cli -ac_name=LULZ getinfo`
|
||||
|
||||
The following command returns information about all available RPC and API commands:
|
||||
|
||||
`./hush-cli -ac_name=LULZ help`
|
||||
|
||||
# Copyright
|
||||
|
||||
The Hush developers
|
||||
|
||||
# License
|
||||
|
||||
GPLv3
|
Loading…
x
Reference in New Issue
Block a user