Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 485 Bytes

File metadata and controls

29 lines (19 loc) · 485 Bytes

core-contracts-as

The core contracts implemented in AssemblyScript.

build

yarn build
# or
npm run build

Add --target debug for a debug build.

test

setup

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 test

To run just one test, yarn asp -f <file_pattern> or yarn jest -f <file_pattern>