|
преди 9 месеца | |
---|---|---|
.. | ||
api | преди 9 месеца | |
program | преди 9 месеца | |
tests | преди 9 месеца | |
.gitignore | преди 9 месеца | |
Cargo.toml | преди 9 месеца | |
README.md | преди 9 месеца | |
cicd.sh | преди 9 месеца | |
package.json | преди 9 месеца | |
pnpm-lock.yaml | преди 9 месеца | |
tsconfig.json | преди 9 месеца |
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