Skip to content

osmosis-labs/osmosis-rust

Folders and files

NameName
Last commit message
Last commit date
Mar 10, 2023
Sep 26, 2024
Aug 8, 2024
Sep 26, 2024
Apr 17, 2024
Aug 8, 2024
Mar 19, 2025
Apr 10, 2023
Dec 11, 2023
Dec 3, 2023
Oct 9, 2023
Oct 9, 2023
Apr 10, 2023
Sep 8, 2023
Jul 21, 2022
Apr 12, 2023

Repository files navigation

💁 If you want to use latest update from osmosis' main branch, checkout autobuild-main branch.

osmosis-rust

Rust libraries for Osmosis. The following table shows every published crates maintained in this repository:

Crate Description Crates.io Docs
osmosis-std Osmosis's proto-generated types and helpers for interacting with the appchain. Compatible with CosmWasm contract. osmosis-std on crates.io Docs
osmosis-std-derive Procedural macro for augmenting proto-generated types to create better developer ergonomics. Internally used by osmosis-std osmosis-std-derive on crates.io Docs
osmosis-testing(🚩DEPRECATED IN FAVOR OF osmosis-test-tube) CosmWasm x Osmosis integration testing library that, unlike cw-multi-test, it allows you to test your cosmwasm contract against real chain's logic instead of mocks. osmosis-testing on crates.io Docs

This repo also contains proto-build package which is used for autogenrating rust types from proto.