This repo is consists of two parts:
packages/toolkit
: Toolkit for Aspect developmentpackages/libs
: Assembly Script Libraries used for interacting with Host APIs within Aspect Runtimepackages/testcases
: Test cases and usage demonstration for the aspect library.
You can install the package either using NPM
npm install @artela/aspect-libs
npm install --save-dev @artela/aspect-tool
Script | Description |
---|---|
build | Uses tsc to build all packages |
lint | performs type checking, syntax checking, etc |
format | Uses prettier to format the code |
Script | Description |
---|---|
build | Uses tsc to build all packages |
oclif:pack | Package the CLI application into a standalone executable binary for easy distribution and installation. |
format | Uses prettier to format the code |
type-check | performs type checking, syntax checking, etc |
Copyright © 2023 Artela Network, Inc. and contributors.
Licensed under the Apache v2 License.