Skip to main content

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

Osmosis packages

Osmosis Labs maintains several TypeScript packages in the osmosis-frontend monorepo, including:

These are developed in the monorepo; the standalone npm publishes can lag, so check the repo for the current source.

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.