/mtt

CLI to conduct multisig transactions across different chains build on CosmosSDK using Azure Blob Storage/GCP

Primary LanguageGoOtherNOASSERTION

mtt

MTT is a tool for managing multisig txs with Cosmos-SDK based binaries and object storage container.

this tool is under active development. use at risk.

Installation

cd mtt
go install

run mtt help for more

Build Using Docker

  1. Clone the repo git clone
  2. cd into mtt folder
  3. docker build --tag mtt .

Configuration

Copy config.toml file from ```examples dir to current dir

cp examples/config.toml .