Skip to main content

Devnet (Shugyo)

Install CLI

curl https://get.ignite.com/mycel-domain/mycel@latest! | sudo bash

Use mycel [command] --help for more information about a command.

Edit Config File

Edit ~/.mycel/client.toml

# The network chain ID
chain-id = "mycel-shugyo"
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory)
keyring-backend = "test"
# CLI output format (text|json)
output = "text"
# <host>:<port> to Tendermint RPC interface for this chain
node = "https://rpc-shugyo.mycel.domains/"
# Transaction broadcasting mode (sync|async|block)
broadcast-mode = "block"

Send Transactions or Queries

Eg. To query list of all registerd domains:

mycel q regisry list-domain

To refer other commands: Module