|
9 달 전 | |
---|---|---|
.. | ||
api | 9 달 전 | |
program | 9 달 전 | |
tests | 9 달 전 | |
.gitignore | 9 달 전 | |
Cargo.toml | 9 달 전 | |
README.md | 9 달 전 | |
cicd.sh | 9 달 전 | |
package.json | 9 달 전 | |
pnpm-lock.yaml | 9 달 전 | |
tsconfig.json | 9 달 전 |
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