ChainMovers / dtp

DTP - Decentralized Transport Protocol
https://dtp.dev/
Apache License 2.0
4 stars 0 forks source link

Check feasibility with Sui event stream #3

Open mario4tier opened 1 year ago

mario4tier commented 1 year ago

Using testnet, verify that event stream can effectively be used to communicate between the network and a targeted off-chain end-point.

mario4tier commented 1 year ago

In particular, implement the Sui network egress and see about the latency added for getting the data out of the Sui network.

Also, figure out the best way to store the data such that it can be deleted eventually (immutable feels wrong for encrypted data that will never have any purpose in the future).