The core contracts implemented in AssemblyScript.
yarn build
# or
npm run buildAdd --target debug for a debug build.
To setup the repo for testing using the Rust contracts and for reference use yarn setup or node setup.sh
To run all the tests:
yarn test
# or
npm run testTo run just one test, yarn asp -f <file_pattern> or yarn jest -f <file_pattern>