Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sideprotocol/mesh-liquidity-wasm
- Owner: sideprotocol
- Created: 2023-03-22T02:42:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T06:27:48.000Z (9 months ago)
- Last Synced: 2024-08-01T13:36:23.788Z (4 months ago)
- Topics: ibc, ics100, ics101
- Language: Rust
- Homepage:
- Size: 2.68 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - sideprotocol/mesh-liquidity-wasm - Cosmwasm implementation of ICS-101 (Rust)
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
```