Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/near/core-contracts-as

The core contracts implemented in AssemblyScript
https://github.com/near/core-contracts-as

assemblyscript near smart-contracts

Last synced: 21 days ago
JSON representation

The core contracts implemented in AssemblyScript

Awesome Lists containing this project

README

        

# core-contracts-as

The [core contracts](https://github.com/near/core-contracts) implemented in AssemblyScript.

## build

```bash
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:

```bash
yarn test
# or
npm run test
```

To run just one test, `yarn asp -f ` or `yarn jest -f `