|
10 months ago | |
---|---|---|
.. | ||
api | 11 months ago | |
program | 11 months ago | |
tests | 11 months ago | |
.gitignore | 11 months ago | |
Cargo.lock | 10 months ago | |
Cargo.toml | 11 months ago | |
README.md | 11 months ago | |
cicd.sh | 11 months ago | |
package.json | 11 months ago | |
pnpm-lock.yaml | 11 months ago | |
tsconfig.json | 11 months ago |
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
Consts
– Program constants.Error
– Custom program errors.Instruction
– Declared instructions.Add
– Add ...Initialize
– Initialize ...Counter
– Counter ...Compile your program:
steel build
Run unit and integration tests:
steel test