The Maker d535d2cd97 add basics/poseidon/pda_rent_payer (#191) há 9 meses atrás
..
anchor 97505283f8 feat: Anchor bankrun (#113) há 1 ano atrás
native 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) há 1 ano atrás
poseidon d535d2cd97 add basics/poseidon/pda_rent_payer (#191) há 9 meses atrás
steel 123c289b85 add basics/pda-rent-payer/steel (#293) há 9 meses atrás
README.md 3bd26a073a PDA rent-payer example há 2 anos atrás

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!