solana-developers / solana-cookbook

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

Guide on creating Token Accounts for PDA's #342

Open hwnprsd opened 2 years ago

hwnprsd commented 2 years ago

A guide on how to create token accounts for PDA's in runtime. This acts as a core concept in building a SPL-Token Escrow account, which as an example project, covers a lot of the fundamentals of a solana program.

dhruvja commented 2 years ago

I have a few examples and programs regarding token accounts for PDAs but they are in anchor. Would that be fine?

jacobcreech commented 2 years ago

@dhruvja That should be fine. We can add tabs for Native

dhruvja commented 2 years ago

@jacobcreech where shall i add the examples and explanation regarding intialization of token accounts?