48 releases (stable)

2.0.1 Apr 3, 2024
2.0.0 Mar 12, 2024
2.0.0-rc.1 Feb 9, 2024
2.0.0-beta.0 Dec 21, 2023
1.1.8 Nov 22, 2022

#738 in Magic Beans

Download history 158/week @ 2023-12-22 171/week @ 2023-12-29 430/week @ 2024-01-05 317/week @ 2024-01-12 335/week @ 2024-01-19 294/week @ 2024-01-26 484/week @ 2024-02-02 703/week @ 2024-02-09 736/week @ 2024-02-16 431/week @ 2024-02-23 318/week @ 2024-03-01 583/week @ 2024-03-08 194/week @ 2024-03-15 259/week @ 2024-03-22 361/week @ 2024-03-29 196/week @ 2024-04-05

1,158 downloads per month

Apache-2.0

3MB
41K SLoC

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).

Dependencies

~15–28MB
~428K SLoC