Vega's technical overview paper

This paper covers some of the more technical aspects of networks using the Vega protocol and the reference implementation developed by the Vega team, in a TL;DR-friendly 3 pages (with diagrams!).

2 Likes

do you support websockets?

1 Like

Hi @deathmetalkoala, welcome to the community! The streaming ‘subscriptions’ API in GraphQL uses websockets. You can connect with a pre-built GraphQL library but it’s also possible to do it pretty easily with a direct raw WebSocket connection if that’s what you want.

I did this in C for a ESP32 based price feed device earlier in the year, it worked nicely:

1 Like