zeitgeistpm / tools

JavaScript libraries and tools for the Zeitgeist network.
8 stars 3 forks source link

Add support for using the substrate connect light client as a RPC provider. #201

Open yornaath opened 2 years ago

yornaath commented 2 years ago

Integrate the substrate connect rpc provider so that the user can connect the SDK using the local in browser substrate connect extension light client.

Blocked: This task is currently blocked and it seems like the error is because zeitgeist uses a "non standard" consensus algorithm based on the moonbeam implementation and smoldot only supports Babe, Aura and Grandpa for now.

Related issue: zeitgeistpm/ui#140