https://github.com/rnbguy/ibc-eureka-cw
https://github.com/rnbguy/ibc-eureka-cw
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rnbguy/ibc-eureka-cw
- Owner: rnbguy
- License: apache-2.0
- Created: 2024-10-09T08:49:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T15:49:59.000Z (over 1 year ago)
- Last Synced: 2025-04-10T17:57:15.012Z (about 1 year ago)
- Language: Rust
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ibc-eureka-cw
[`ibc-eureka`][ibc-eureka] prototype in [CosmWasm][cw] smart contract
environment.
_Built using [sylvia][sylvia] and [storey][storey]._
## Transport layer
- [tao](tao)
## Light Client
- [interface](lightclients/interface/src/lib.rs)
- [dummy](lightclients/dummy): success on everything
## Application
- [interface](applications/interface/src/lib.rs)
- [pingpong](applications/pingpong): send/receive message between chains
- [cw20 transfer](applications/cw20-transfer): transfer [CW20][cw20] tokens
between chains
[ibc-eureka]: https://github.com/cosmos/ibc/tree/main/spec/eureka
[cw]: https://cosmwasm.com
[sylvia]: https://github.com/CosmWasm/sylvia
[storey]: https://github.com/CosmWasm/storey
[cw20]: https://github.com/CosmWasm/cw-plus/tree/main/packages/cw20