Installing CLI & Creating A New Address
`secretcli` is the Secret Network light client, a command-line interface tool for interacting with nodes running on the Secret Network. To install it, follow these instructions:
Download
Get the latest release of secretcli for your OS HERE.
Install
Mac/Windows: Rename it from
secretcli-${VERSION}-${OS}
tosecretcli
orsecretcli.exe
and put it in your pathUbuntu/Debian:
sudo dpkg -i secret*.deb
Setup the executable
Linux and MacOS users:
Configure
You can find alternate node endpoints in the API registry, or run your own full node\
Check the installation
Create a new address
See more details on how to use the CLI here
Last updated