rpcpool / yellowstone-vixen

Solana program parsing toolkit
MIT License
54 stars 13 forks source link

Autogenerated IDL Based Parsers #10

Open kespinola opened 5 months ago

kespinola commented 5 months ago

Goal

Parsers can be autogenerated from an IDL initially targeting Shank and Anchor IDL specifications.

Strategy

Add a vixen parser generator to codama which implements creates parse struct and implements required traits using the codama generated rust sdk. Additional traits may be included on the rust crate in order to support vixen types.

tomjohn1028 commented 2 weeks ago

+1 This would be very nice