metaDAOproject / meta-dao-frontend

https://app.themetadao.org
Other
17 stars 16 forks source link

feat: adds ws subscription for order book updating #27

Closed R-K-H closed 7 months ago

R-K-H commented 7 months ago

Adds the use of onAccountChange method within Solana web3.js which affords the user making 4 ws connections which trigger any time those accounts are updated.

Then it parses the information and makes another 2 requests on update such that the state of the orderbook is refresh and sent.