Ayush b6acbbd234 merge main, skip ignoring Cargo.lock of steel workspaces 10 months ago
..
api c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
program c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
tests c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
.gitignore ebb9cbdc2b Complete api and start with program 11 months ago
Cargo.lock b6acbbd234 merge main, skip ignoring Cargo.lock of steel workspaces 10 months ago
Cargo.toml c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
README.md c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
cicd.sh c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
package.json c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
pnpm-lock.yaml c5c56f17eb Initialize vault and load it with 1029$ 11 months ago
tsconfig.json c5c56f17eb Initialize vault and load it with 1029$ 11 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