Skip to content

misteromb/core-contracts-as

 
 

Repository files navigation

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>

About

The core contracts implemented in AssemblyScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 67.0%
  • JavaScript 33.0%