You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dApps often interact with off-chain services (usually indexers) to retrieve historic chain state. This utility class will serve as foundation for building those query clients.
Goals
Provide basic functionalities for conveniently create query clients for services do not support protobuf.
Will be extended by Hydrogen and Insights clients.
Primary problem this wrapper should solve is how to easily add query endpoints and register types.
Non-goals
Create elaborate http handlers like axios, we can use a library for that.
Summary
dApps often interact with off-chain services (usually indexers) to retrieve historic chain state. This utility class will serve as foundation for building those query clients.
Goals
Non-goals
Tasks
Create fetch client factory:
@demex-sdk/core
README.md
Create clients:
References
Previous iterations of query clients:
The text was updated successfully, but these errors were encountered: