Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/src/chains/osmosis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Osmosis

Osmosis is a cutting-edge decentralized exchange built on the Cosmos network, designed for seamless asset swaps across various interconnected blockchains. As a trailblazer in AMM protocols, Osmosis empowers users with fast, secure, and efficient cross-chain liquidity solutions. The platform's innovative approach to DeFi positions it as a cornerstone in the Cosmos ecosystem, enabling anyone to effortlessly tap into the vast potential of inter-chain finance.

[Visit Osmosis's Website](https://osmosis.zone/)

## Usage

See how to setup your main function in the [main function](../single_contract/scripting.md#main-function) section. Update the network passed into the `Daemon` builder to be `networks::OSMOSIS_1`.

```rust,ignore
{{#include ../../../cw-orch/src/daemon/networks/osmosis.rs:osmosis}}
```

## References

- [Osmosis Documentation](https://docs.osmosis.zone/)
- [Osmosis Discord](https://discord.com/invite/osmosis)