Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/near/core-contracts-as
- Owner: near
- License: mit
- Created: 2020-08-26T19:39:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T12:01:08.000Z (6 months ago)
- Last Synced: 2024-07-29T16:58:25.072Z (4 months ago)
- Topics: assemblyscript, near, smart-contracts
- Language: TypeScript
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `