
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
cosmwasm-cli
Advanced tools
This package is a cli that allows cosmwasm to interact with different networks.
npm i -g cosmwasm-cli
:warning: Is necessary to config a key in order to interact with the cli
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
Cosmwasm Command Line Interface
The npm package cosmwasm-cli receives a total of 2 weekly downloads. As such, cosmwasm-cli popularity was classified as not popular.
We found that cosmwasm-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.