neutron-org/neutron-sdk

Use cosmwasm-check from CosmWasm 1.1

webmaster128 opened this issue · 2 comments

The code in https://github.com/neutron-org/neutron-contracts/tree/main/utils/check_contract is a copy of our check_contract example. This has been improved and published as a standalone tool called cosmwasm-check.

See

The tool allows you to provide custom capabilities using like this:

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

You can now also pass an arbitrary number of wasm files to it as positional arguments:

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

Is there anything else you need to customize?

I appreciate both your work and your issue opening initiative. Thanks, tool works awesome

foxpy commented

Fixed by #32