metaplex-foundation / solita

Genrates an SDK API from solana contract IDL.
Apache License 2.0
140 stars 32 forks source link

Auto derive PDA addresses #82

Open stegaBOB opened 2 years ago

stegaBOB commented 2 years ago

Anchor tries to add some seed info in the IDL. This PR tries to auto derive the PDAs if possible. We can emulate what anchor does with shank to get the same effect.

thlorenz commented 2 years ago

This looks so awesome that I really wanna get this in. So if you have any bandwidth please add some tests to see how/that this works and I'll review in detail and get it merged.