Ayush 620b135af9 bumped steel versions in Cargo.toml 4 months ago
..
api 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
program 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
tests 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
.gitignore 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
Cargo.toml 620b135af9 bumped steel versions in Cargo.toml 4 months ago
README.md 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
cicd.sh 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
package.json 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
pnpm-lock.yaml 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago
tsconfig.json 123c289b85 add basics/pda-rent-payer/steel (#293) 9 months ago

README.md

PDA Rent Payer

PDA Rent Payer is a program that uses a PDA to pay the rent for the creation of a system program by simply transferring lamports to it

API

Instructions

State

Get started

Compile your program:

steel build

Run unit and integration tests:

steel test