Mintstation
CLI
Setup CLI

Setup CLI

Build

Build Requirements

Go 1.20.+

Clone source from repository:

git clone https://github.com/cosmostation/mintstation
cd mintstation
git checkout {SET_CURRENT_VERSION}

Once you're on the correct tag, you can build:

# from mintstation dir
make install

To confirm that the installation has succeeded, you can run:

mintstationd version
 
#v0.0.1

Configure

Set the chain-id & node,

#Update config.toml
mintstationd config chain-id mintstation-1
mintstationd config node {NODE_RPC_ENDPOINT:PORT}