# Account Data Program Example in Steel Framewrok Creates an account with data. ## Build ```sh cargo build-sbf ``` ## Tests Run the tests using following command: ```sh # 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 ```