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}tosecretcliorsecretcli.exeand put it in your pathUbuntu/Debian:
sudo dpkg -i secret*.deb
Setup the executable
Linux and MacOS users:
chmod +x secretcliConfigure
secretcli config set client chain-id pulsar-3
secretcli config set client output json
secretcli config set client node https://rpc.pulsar.scrttestnet.comYou can find alternate node endpoints in the API registry, or run your own full node
Check the installation
secretcli statusCreate a new address
See more details on how to use the CLI here
Last updated
Was this helpful?