Ethereum-flavored WebAssembly AssemblyScript API
This library facilitates the development of Ewasm-compatible smart contracts using AssemblyScript.
Install using npm install --save-dev etherts/ewasm-as
in a clean project directory. Then initialize a new project using npx ewasminit .
. See the AssemblyScript getting started docs for full documentation, as ewasminit
wraps AssemblyScript's asinit
command.
The etherts project is maintained by the Ewasm team. Please see Ewasm testnet contributing for information on joining or contributing to the project.