Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sideprotocol/mesh-liquidity-wasm

Cosmwasm implementation of ICS-101
https://github.com/sideprotocol/mesh-liquidity-wasm

ibc ics100 ics101

Last synced: about 1 month ago
JSON representation

Cosmwasm implementation of ICS-101

Awesome Lists containing this project

README

        

# Ibcswap-wasm

The current state of the project is still in development and not yet ready for production use.

ibcswap-wasm is a Cosmwasm implementation of the ICS 100 and ICS 101 specifications within the Inter-Blockchain Communication (IBC) protocol of the Cosmos ecosystem. ICS 100 specifies the atomic swap functionality, while ICS 101 specifies the interchain swap functionality. As a community-driven project, ibcswap-wasm aims to provide a secure and efficient solution for cross-chain token exchanges, following the ICS 100 and ICS 101 specifications. Currently in active development, ibcswap-wasm holds the potential to enable seamless interoperability between Cosmos-based blockchains and empower decentralized finance (DeFi) applications.

# Documentation

- [ICS100](./docs/ics100.md)
- [ICS101](./docs/ics101.md)

# run ts-codegen

[TS-Codegen](https://github.com/CosmWasm/ts-codegen#readme)

```bash
cd codegen
yarn
yarn ts-codegen
```