It would be good to make Panautomata compatible with Cosmos
As per https://github.com/cosmos/cosmos/blob/master/WHITEPAPER.md#ibc-packet-delivery-acknowledgement it is possible to send arbitrary packets across chains using IBCPacketTx. While this is originally slated to be used to lock coins on one chain and authorise a representation of that coin to be used on another chain, it could be general purpose and carry messages of any sort.
See: https://github.com/cosmos/peggy/tree/master/ethereum-contracts
It would be good to make Panautomata compatible with Cosmos
As per https://github.com/cosmos/cosmos/blob/master/WHITEPAPER.md#ibc-packet-delivery-acknowledgement it is possible to send arbitrary packets across chains using
IBCPacketTx
. While this is originally slated to be used to lock coins on one chain and authorise a representation of that coin to be used on another chain, it could be general purpose and carry messages of any sort.