Perelyn a11dcf9234 feat: add proper assert for rust tests (#459) hai 2 días
..
anchor fefa11e4e5 fix: ci errors (#423) hai 4 semanas
native a11dcf9234 feat: add proper assert for rust tests (#459) hai 2 días
README.md 3bd26a073a PDA rent-payer example %!s(int64=2) %!d(string=hai) anos

README.md

PDA Rent-Payer

This examples demonstrates how to use a PDA to pay the rent for the creation of a new account.

The key here is accounts on Solana are automatically created under ownership of the System Program when you transfer lamports to them. So, you can just transfer lamports from your PDA to the new account's public key!