Simple AssemblyScript Smart Contract

Originally published by Roamin on Hashnode In this tutorial we will create a simple smart contract in AssemblyScript and compile it to a WASM file that can be deployed to the Koinos Blockchain. Setting up the dev environment Install NodeJS We will need NodeJS...