cosmwasm-check

Crates.iocosmwasm-check
lib.rscosmwasm-check
version2.2.0-rc.3
sourcesrc
created_at2022-08-30 12:11:06.056429
updated_at2024-10-12 04:19:32.297743
descriptionA CLI tool for verifying CosmWasm smart contracts
homepage
repositoryhttps://github.com/CosmWasm/cosmwasm/tree/main/packages/check
max_upload_size
id655118
size76,132
Developers (github:confio:developers)

documentation

README

cosmwasm-check

It allows checking if the Wasm binary is a proper smart contract that's ready to be uploaded to the blockchain.

Installation

cargo install cosmwasm-check

Usage

Get help and info:

cosmwasm-check -h

Check some contracts:

cosmwasm-check artifacts/hackatom.wasm artifacts/burner.wasm

Check an entire directory of contracts (shell dependent):

cosmwasm-check artifacts/*.wasm

Check if a contract would ran on a blockchain with a specific set of capabilities:

cosmwasm-check --available-capabilities iterator,osmosis,friendship artifacts/hackatom.wasm

License

This package is part of the cosmwasm repository, licensed under the Apache License 2.0 (see NOTICE and LICENSE).

Commit count: 0

cargo fmt