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