metaDAOproject / futarchy-sdk

The Meta-DAO Futarchy Typescript SDK
5 stars 3 forks source link

Develop System For Fetching Orderbooks And Broadcasting To Connected Clients #51

Closed R-K-H closed 1 month ago

R-K-H commented 5 months ago

Shared state is important to manage and maintain, for our systems fetching via RPC with data we should already be managing and then handling, it makes no sense to not setup a solution which reduces the burden on RPCs and also improves UX (we can control what we connect to and how we connect and how we manage that, vs client side may be a nightmare)

R-K-H commented 5 months ago

See also: https://github.com/metaDAOproject/futarchy-indexer/issues/17