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 secret-4
secretcli config set client output json
secretcli config set client node https://rpc.mainnet.secretsaturn.netCheck the installation
secretcli statusCreate a new address
Last updated
Was this helpful?