This repository contains examples of smart-contracts Massa
- age contains a basic example of a simple SC with a front in plain JS and ReactJS.
- async-calls contains a basic examples of asynchronous smart-contract.
- helloworld contains the timeless hello world example.
- sum contains a sum decentralized app working with Thyra.
- tic-tac-toe contains a tic-tac-toe game. It a full game with smart contract and UI in react that can be deployed to Thyra.
- ticker A simple use case of autonomous SC that simulates an oracle on-chain.