kaiba42 / near-sdk-as

Tools for building NEAR smart contracts in AssemblyScript

Home Page:https://near.github.io/near-sdk-as/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tools for building NEAR smart contracts in AssemblyScript

https://near.github.io/near-sdk-as/

License:Apache License 2.0


Languages

Language:WebAssembly 69.6%Language:TypeScript 27.3%Language:JavaScript 2.8%Language:Shell 0.3%Language:Dockerfile 0.0%