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