External Projects
Osmosis integrates with a range of external projects and is supported by a wider ecosystem of open-source tooling. This page collects the integration guides maintained here alongside the external libraries most useful when building on Osmosis.
Integration guides
- Pyth: How to Integrate with Pyth
- SubQuery: How to Integrate with SubQuery
Osmosis packages
Published npm packages maintained by Osmosis Labs:
@osmosis-labs/math: math functions for the Osmosis AMM, useful for estimating state changes.@osmosis-labs/pools: the pool interface and routing logic for the Osmosis DEX.
Ecosystem tooling
Cosmos-wide libraries commonly used when building Osmosis frontends and integrations:
- create-cosmos-app: scaffold a Cosmos dapp with wallet, signing, and proto support preconfigured.
- chain-registry: the canonical source of chain metadata, assets, and IBC connections.
- ts-codegen: generate TypeScript clients and message composers from CosmWasm contract schemas.
If you represent a project interested in being listed, we welcome your contribution. Kindly submit a Pull Request at github.com/osmosis-labs/docs.