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
Install
Setup the executable
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.comCheck the installation
secretcli statusCreate a new address
Last updated
Was this helpful?