Skip to content

Tools for building NEAR smart contracts in AssemblyScript

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

KiChjang/near-sdk-as

 
 

Repository files navigation

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

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 6.2%
  • Other 0.9%