Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 875 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 875 Bytes

ewasm-as

Ethereum-flavored WebAssembly AssemblyScript API

Writing smart contracts using AssemblyScript

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.

Contributing

The etherts project is maintained by the Ewasm team. Please see Ewasm testnet contributing for information on joining or contributing to the project.