Rover for Cosmos Network
Send rover to different Cosmos chains and perform queries and broadcast transactions.
Installation
cargo install --git https://github.com/rnbguy/rope
Usage
rover config graphql GRAPHQL_ENDPOINT
rover add-key-to-os my_priv_key
secret-tool lookup application rust-keyring service rover username my_priv_key
PRIV_KEY=$(secret-tool lookup application rust-keyring service rover username my_priv_key) cargo install --release
rover add-account Os:my_priv_key my_account
# or
rover add-account Memory:mem_key my_account
# or
rover add-account Ledger my_account
rover sentinelhub-2 [grantee_address] restake my_account
rover tx cosmoshub-4 [grantee_address] vote my_account 1:Yes 2:Abstain 3:No