Understanding the data storage of Solana Program Derived Addresses
Decentralized applications need to store data immutable onchain. Solana is no different, that’s why we get Program Derived Addresses (PDAs). Creating a PDA is done through system_instruction::SystemInstruction::CreateAccountWithSeed which derives the...
Jun 22, 20228 min read508

