⭐ Cosmos-tool is a tool to facilitate the use of your cosmos wallet/node (regardless of the blockchain) from anywhere
Whether you are a validator or a simple delegator, this tool will prevent you from using the command line for each action
Main menu | Send Tx |
---|
node version >=14.0.0
git clone https://github.com/atmoner/cosmos-tool.git
cd cosmos-tool
npm i
nano config.json
Edit this part with your value:
{
"mnemonic":"",
"validatorAddress":"",
"chainId":"",
"lcdUrl":"",
"denom":"",
"prefix":"",
"feeAmount":5000,
"gasLimit":100000,
"memo":"Send from Cosmos-Tool"
}
Example of config.json: /config-example
node app.js
When launching cosmos-tool, you should see a warnig appear, nothing serious!
WARN deprecated @cosmostation/cosmosjs@0.9.x: You needs to upgrade to @cosmostation/cosmosjs above 0.10.0+ : 1) Proper nodejs v14+ support 2) 0.10.0+ supports protobuf signing for cosmos-sdk 0.40.0+
To remove this warning, edit the file node_modules/@cosmostation/cosmosjs/src/index.js
Remove or comment line 29, like this:
For the improvement of the software, do not hesitate to make your proposal in the support section
- Main menu
- Redelegate
- List all validator
- Add generate adresse
- Multi Tx
- IBC