near-sdk-as
TypeScript icon, indicating that this package has built-in type declarations

3.2.3 • Public • Published

near-sdk-as

Collection of packages used in developing NEAR smart contracts in AssemblyScript including:

  • runtime library - AssemblyScript near runtime library
  • bindgen - AssemblyScript transformer that adds the bindings needed to (de)serialize input and outputs.
  • near-mock-vm - Core of the NEAR VM compiled to WebAssembly used for running unit tests.
  • @as-pect/cli - AssemblyScript testing framework similar to jest.

To Install

yarn add -D near-sdk-as

Project Setup

To set up a AS project to compile with the sdk add the following asconfig.json file to the root:

{
  "extends": "near-sdk-as/asconfig.json"
}

Then if your main file is assembly/index.ts, then the project can be build with asbuild:

yarn asb

will create a release build and place it ./build/release/<name-in-package.json>.wasm

yarn asb --target debug

will create a debug build and place it in ./build/debug/..

Testing

Unit Testing

See the sdk's as-pect tests for an example of creating unit tests. Must be ending in .spec.ts in a assembly/__tests__.

License

near-sdk-as is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

Readme

Keywords

none

Package Sidebar

Install

npm i near-sdk-as

Weekly Downloads

101

Version

3.2.3

License

(MIT AND Apache-2.0)

Unpacked Size

172 kB

Total Files

45

Last publish

Collaborators

  • chadoh
  • amgando
  • sirwillem
  • agileurbanite
  • mikedotexe
  • chefsale
  • austinbaggio