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