ComposableFi / ibc-go

Interblockchain communication protocol (IBC) implementation in Golang.
https://ibcprotocol.org/
MIT License
8 stars 3 forks source link

Test WASM contract interaction #35

Open vmarkushin opened 2 years ago

vmarkushin commented 2 years ago

The WASM blob can be compiled on the branch: https://github.com/ComposableFi/centauri/tree/vmarkushin/ics10-unit-tests Command: cargo build -p ics10-grandpa-cw --release --target wasm32-unknown-unknown --lib. Output: target/wasm32-unknown-unknown/release/ics10_grandpa_cw.wasm