solana-developers / solana-cookbook

https://solanacookbook.com/
607 stars 340 forks source link

Guides on state compression and the bubblegum program #530

Open AnishDe12020 opened 1 year ago

AnishDe12020 commented 1 year ago

State compression is pretty new and there aren't many resources online (except for a guide in the official Solana docs and some example repos). Guides that better explain how state compression works, what merkle trees are, how to create one, modify one, how to create compressed NFTs with the bubblegum program, how to debug common errors should help the developer community a lot.

I will try to contribute some on my own once I get time (although even I am not well versed with the exact workings, just started working on my first compressed nft project and understood what merkle trees are and how to create them and stuff lol)

drestark commented 1 year ago

that would be great, am very much interested to learn more about bubblegum