🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

cosmwasm-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmwasm-cli

Cosmwasm Command Line Interface

latest
Source
npmnpm
Version
0.1.6
Version published
Weekly downloads
2
-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

COSMWASM CLI

This package is a cli that allows cosmwasm to interact with different networks.

GitHub license npm

Installation

npm i -g cosmwasm-cli

:warning: Is necessary to config a key in order to interact with the cli

API Usage

Usage: cwcli [command]

Cosmwasm Command Line Interface

Options:
  -V, --version   output the version number
  -h, --help      display help for command

Commands:
  keys [command]           manage your keys
  networks [command]       manage networks
  wasm [command]           wasm transaction subcommands

Wasm Command

Usage: cwcli wasm [command]

Wasm transaction subcommands

Options:
  -h, --help                  display help for command

Commands:
  upload <wasm file>          Upload a wasm binary
  query <address> <msg>       Querying commands for contracts
  execute <address> <msg>     execute a smart contract method
  instantiate <codeId> <msg>  instantiate an uploaded contract

Keys Command

Usage: cwcli keys [command]

Manage your keys

Options:
  -h, --help     display help for command

Commands:
  add <name>     Add an encrypted private key (either newly generated or recovered), encrypt it, and save to keyring
  delete <name>  Delete keys from the cli
  show <name>    Return address depending on network selection
  list           Return a list of all public keys stored by this cli

Network Command

Usage: cwcli networks [command]

Manage networks

Options:
  -h, --help      display help for command

Commands:
  add <filePath>  Load a custom network
  delete <name>   Remove a custom network
  list            show a list of networks

FAQs

Package last updated on 13 May 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts