Here's a guide on how to install and get started with Versatus using Node.js:
mkdir versatus-project
cd versatus-project
npm init -y
npm install typescript --save-dev
npx tsc --init
npm install @versatus/versatus-javascript
npx lasrctl init hello-lasr
npx lasrctl build example-program.ts
npx lasrctl test --build example-program --inputJson example-program-inputs
To create an account and deploy your program:
npx lasrctl deploy --build example-program --symbol MYTOKEN --programName "My first token on LASR"
Note: If the deployment fails on the first attempt, try running the command again.