Last updated
Last updated
AssemblyScript use npm, the same package manager than nodejs, you can install nodejs and npm by the way you prefer.
This tutorial works for node v18.12.1, other versions have not been tested.
In order to build AssemblyScript smart contracts you should have erdpy installed. To do so you can check the .
Install mxpy using the mxpy-up or pip method, this ensures that it will be installed in the default path
There is plenty code editors that allow you to code in AssemblyScript since any TypeScript editor works. The most popular one is . If you already have a JetBrains licence, is also an excellent choice.
The setting up part of this tutorial is finished. You have now an fully working development environment for writing AssemblyScript smart contracts. In the next part we will discuss about the flip.
Before writing anything we need to prepare the ground