Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 559 Bytes

File metadata and controls

26 lines (15 loc) · 559 Bytes

osmosis-txfees-query-contract-example

Try it for yourself, if you want to test this contract out, simply run:

cargo install -f beaker 

If you haven't yet, then:

beaker task run deploy_and_query -- --deploy false

Since it has already deploy on testnet. This will run task in tasks/deploy_and_query.rhai, which will skip deployment and perform the query.

You can change the contract content and run:

beaker task run deploy_and_query -- --deploy true

If you want to playaround with it.