/solana-serum-program-viz

Visualizations & diagrams for programs built on solana and serum

Solana & Serum Program Visualizations 👀

A picture is worth a thousand words. This repo contains simple visualizations & diagrams to explain the inner workings of various solana & serum programs.

So far it has:

  1. Token Swap
  2. Token Lending
  3. Serum Dex (only NewOrder instruction - but it is the main one)

I'm building these up as I'm learning the different programs. Given Solana's programming model which doesn't allow for variable sized storage in accounts, there can sometimes be a lot of accounts to deal with. Diagrams like these help a lot.

Feel free to contribute. I've used draw.io to make these, but you can use whatever you want.