/near-sdk-as

Tools for building NEAR smart contracts in AssemblyScript

Primary LanguageTypeScriptApache License 2.0Apache-2.0

near-sdk-as

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

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

To Install

yarn add -D near-sdk-as

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.