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