Collection of packages used in developing NEAR smart contracts in AssemblyScript including:
runtime
- AssemblyScript near runtime librarybindgen
- 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.
yarn add -D near-sdk-as
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.