Last updated
Last updated
This is the second AssemblyScript smart contract tutorial, the first is .
This tutorial will show you how to write a simple MultiversX Flip smart contract using AssemblyScript.
The contract we will write here is about a simple "Double or nothing" bet game 🎲 Here is what we will see in this guide :
Are you ready ? I am 😎
This tutorial assume that you have good knowledge about object oriented programming, especially in TypeScript. Make sure to follow first , which is way more detailled and beginner friendly.
Write, build and deploy a simple smart contract written in AssemblyScript