Ayush 40aed81963 chore: bumped versions (#378) преди 4 месеца
..
anchor 40aed81963 chore: bumped versions (#378) преди 4 месеца
native 6d134a7a97 fix: Skip ignoring spl2.0 dependency issue (#2) (#109) преди 1 година
steel 123c289b85 add basics/pda-rent-payer/steel (#293) преди 9 месеца
README.md 3bd26a073a PDA rent-payer example преди 2 години

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!