Ayush 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) hai 4 meses
..
api 865b716c25 add basics/account-data/steel (#198) hai 9 meses
program 865b716c25 add basics/account-data/steel (#198) hai 9 meses
tests 865b716c25 add basics/account-data/steel (#198) hai 9 meses
Cargo.toml 4b8594ec04 chore: solana native and steel bump to v2.1 (#382) hai 4 meses
README.md 865b716c25 add basics/account-data/steel (#198) hai 9 meses
package.json 865b716c25 add basics/account-data/steel (#198) hai 9 meses
pnpm-lock.yaml 865b716c25 add basics/account-data/steel (#198) hai 9 meses
tsconfig.json 865b716c25 add basics/account-data/steel (#198) hai 9 meses

README.md

Account Data Program Example in Steel Framewrok

Creates an account with data.

Build


cargo build-sbf

Tests

Run the tests using following command:


# Node tests
pnpm build-and-test # This will build and test the program

#or 
pnpm test # If you have already built the program test the program