Ayush 7df65e0cd8 test anchor litesvm fails 4 月之前
..
anchor 7df65e0cd8 test anchor litesvm fails 4 月之前
native 93005804d5 solana-native 2.1 and Cargo.toml and Cargo.lock deleted on root 4 月之前
steel 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 月之前
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!