Files
Supanat b208bfd786 chore: update module path to v31 (#9560)
* update path v31

* fix binary json

* update changelog

* create new v31 merge section

* fix v30 upgrade test
2025-10-14 09:47:17 +07:00
..

CosmWasm support

This package contains CosmWasm integration points.

This package provides first class support for:

  • Queries
    • Denoms
    • Pools
    • Prices
  • Messages / Execution
    • Minting / controlling of new native tokens
    • Swap

Command line interface (CLI)

  • Commands
  osmosisd tx wasm -h
  • Query
  osmosisd query wasm -h

Tests

This contains a few high level tests that x/wasm is properly integrated.

Since the code tested is not in this repo, and we are just testing the application integration (app.go), I figured this is the most suitable location for it.