metaplex-foundation / kinobi

Generate powerful clients for your Solana programs.
https://kinobi-docs.vercel.app/
MIT License
106 stars 17 forks source link

Anchor 0.30.0 IDL Support #224

Open kespinola opened 5 months ago

kespinola commented 5 months ago

Goal

Kinobi is able to generate clients based on the latest IDL spec by Anchor introduced in the latest version (0.30.0).

https://github.com/coral-xyz/anchor/pull/2824

lorisleiva commented 5 months ago

Hey 👋 Thanks for raising this. I've got this on my to-do list. 🙂

kespinola commented 5 months ago

@lorisleiva I'm happy to get this started unless its on your short list.

lorisleiva commented 5 months ago

@kespinola Oh that'd be super useful yeah. I'm currently working on extracting Kinobi to its own monorepo (so people can pick more granular modules) but if you work on that here, I can bring your changes to the next monorepo afterwards.