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