Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.16 KB

README.md

File metadata and controls

14 lines (13 loc) · 1.16 KB

serverless mern

serverless mern Tezos Academy is a fun interactive tutorial develloped by OCTO Technology on how to code smart contracts for Tezos. You are about to create a spaceship battle smart contract!

By default, Tezos smart contracts are written in Michaelson, but it is an hard to learn low level formal language. That is why we decide for this tutorial to use Pascaligo instead. The syntax is high level, close to Pascal and tranpiles to Michaelson.

In this tutorial, you are going to build a "Ship Factory" to build an army of spaceships, then we will add more and more functionalities as you progress through the tutorial, such as going into space battles!