etherts / ewasm-as

Ethereum-flavored WebAssembly AssemblyScript API
MIT License
9 stars 0 forks source link

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.