sui icon indicating copy to clipboard operation
sui copied to clipboard

[fastx dist sys] Design and implement bridge logic + Light Clients

Open gdanezis opened this issue 3 years ago • 1 comments

fastx should interop with other important chains, such as ETH or Solana. For this we need to implement 2-way bridges that allow:

  • Assets issued on another chain to be imported to fastx, and eventually re-exported to a new owner on the other chain.
  • Assets issued on fastx to be exported to another chain and eventually re-imported to fastx.

We also would like to support light client reads onto the fastx state, which would allow trustless third party services that provide APIs for read.

Currently our thinking is to use the committee of fastx to authorise these actions through a collective signature, but other options are welcome.

gdanezis avatar Dec 20 '21 13:12 gdanezis

Has there been progress on implementing a light client?

levicook avatar Aug 02 '22 15:08 levicook