package
10.2.0
Repository: https://github.com/osmosis-labs/osmosis.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

CosmWasm support

This package contains CosmWasm integration points.

This package provides first class support for:

  • Queries
    • Denoms
    • Pools
    • Prices
  • Messages / Execution
    • Mint
    • 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.