Nitish Choudhary 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
..
api 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
program 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
tests 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
.gitignore 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
Cargo.toml 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
README.md 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
cicd.sh 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
package.json 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
pnpm-lock.yaml 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago
tsconfig.json 3c74f3b8b0 add basics/create-account/steel (#265) 9 months ago

README.md

Steel: Create account

This "create-account" program is written using Steel, a framework for writing onchain programs.

API

Instructions

  • Initialize – Initialize the account creation.

State

  • New Account – Link account and the struct that stores unique user ID.

Get started

Compile your program:

pnpm build

Run unit and integration tests:

pnpm test

Do both together:

pnpm build-and-test