|
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 |
This "create-account" program is written using Steel, a framework for writing onchain programs.
Error
- Custom defined errors.Consts
– Program constants.Instruction
– Declared instructions.Initialize
– Initialize the account creation.New Account
– Link account and the struct that stores unique user ID.Compile your program:
pnpm build
Run unit and integration tests:
pnpm test
Do both together:
pnpm build-and-test