Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.45 KB

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.