CosmosContracts / bounties

MIT License
25 stars 12 forks source link

Claim band oracle #21

Closed vuong177 closed 1 year ago

vuong177 commented 1 year ago

I posted my source codes and guide in this issue https://github.com/CosmosContracts/bounties/issues/13. Currently, we can request oracle in band testnet. My contract execute in juno here: https://www.mintscan.io/juno/txs/54AE9373DF1D3E55B6E3CE39D1EC6C5F0F1ADD2A0F3B960716C4971152E6E992

Bandchain receive IBC packet from juno and have a oracle request here : https://laozi-testnet5.cosmoscan.io/tx/c5d458da03008032c99cbd17d20fcf744b3012561e83f4292c31c64691db1c45

And receive packet in juno from band here : https://www.mintscan.io/juno/txs/CC1D0560F7271E84B19C59C4C96DC646A77D1DFBE94893C1D4BFE12D3A25D4A2

the-frey commented 1 year ago

At first blush, looks good as a PoC. Thanks for the submission!