Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 mēneši atpakaļ
..
api 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
program 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
tests 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
.gitignore 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
Cargo.toml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) 4 mēneši atpakaļ
README.md 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
cicd.sh 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
package.json 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
pnpm-lock.yaml 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ
tsconfig.json 3c74f3b8b0 add basics/create-account/steel (#265) 9 mēneši atpakaļ

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