54 releases (stable)

new 2.0.3 May 10, 2024
2.0.0 Mar 12, 2024
2.0.0-beta.0 Dec 21, 2023
1.5.5 May 10, 2024
1.1.8 Nov 22, 2022

#1314 in Magic Beans

Download history 311/week @ 2024-01-22 338/week @ 2024-01-29 510/week @ 2024-02-05 728/week @ 2024-02-12 714/week @ 2024-02-19 412/week @ 2024-02-26 313/week @ 2024-03-04 604/week @ 2024-03-11 117/week @ 2024-03-18 255/week @ 2024-03-25 442/week @ 2024-04-01 131/week @ 2024-04-08 165/week @ 2024-04-15 770/week @ 2024-04-22 183/week @ 2024-04-29 597/week @ 2024-05-06

1,720 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–27MB
~418K SLoC