solana-developers / solana-cookbook

https://solanacookbook.com/
624 stars 344 forks source link

Added C++ examples. #508

Closed partiallysorted closed 1 year ago

partiallysorted commented 1 year ago

Recently we developed a C++ client for Solana: https://github.com/many-exchange/many-exchange-cpp

I added C++ code snippets to the Solana cookbook using this C++ client.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
solana-cookbook ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 14, 2023 at 7:08PM (UTC)
jacobcreech commented 1 year ago

Wow! This is awesome. May take a bit to get through all the examples, but this is great

partiallysorted commented 1 year ago

Wow! This is awesome. May take a bit to get through all the examples, but this is great

I wrote this C++ client a few months ago. If you think there's anything that would make it easier to use or understand I'd be happy to make changes.