/learn-scilla

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

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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.