Skip to content
This repository was archived by the owner on Aug 3, 2021. It is now read-only.
/ learn-scilla Public archive

💡An interactive tutorial for people to learn Scilla through a gamification process.

License

Notifications You must be signed in to change notification settings

Zilliqa/learn-scilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0838df6 Â· Nov 17, 2020
May 13, 2020
Nov 17, 2020
Nov 9, 2018
Apr 10, 2019
Dec 18, 2018
May 6, 2019
Nov 9, 2018
Feb 12, 2020
Oct 23, 2019
Oct 23, 2019
Nov 16, 2020
Oct 23, 2019
Mar 13, 2019
Nov 17, 2020

Repository files navigation

License Discord chat

learn-scilla

An interactive tutorial for people to learn Scilla, Zilliqa’s smart contract language, through a gamification process.

About Scilla

Scilla is an intermediate-level smart contract language being developed for Zilliqa. Scilla has been designed as a principled language with smart contract safety in mind. Scilla imposes a structure on smart contracts that will make applications less vulnerable to attacks by eliminating certain known vulnerabilities directly at the language-level.

Installation and Usage

yarn

Installs the dependencies.

yarn start

Runs the app in development mode. Open http://localhost:3000 to view it in the browser.

yarn test

Runs the test watcher in an interactive mode. We use Jest for testing.

License

This project is open source software licensed as GPL-3.0.