Skip to content
Zoe Braiterman edited this page Aug 8, 2023 · 14 revisions

Welcome to the Glow language development Wiki. This wiki is dedicated to both those who use Glow and those who improve it.

Glow is a language for DApps: multiparty interactions managing digital assets on decentralized ledgers.

  • Our compiler creates a blockchain smart contract to keep all parties honest.
  • Our compiler currently creates a smart contract in "direct style" that matches how a developer might straightforwardly write that contract by hand in Solidity.
  • Our compiler also generates the associated client code that the same developer might write by hand in JavaScript.

Glow's official website is Glow-Lang.org. See the official Glow documentation, or the original Glow Whitepaper.

We intend to improve our language along many dimensions. See our Roadmap, or the Design challenges we face. If you want to participate, read about our Internals.

This Wiki also includes brief notes about our Competition, and a Bibliography on topics broadly relevant to Glow development.

Glow is being developed by Mutual Knowledge Systems, Inc.. We convene primarily on Discord (invite). You can also follow us on Twitter, Facebook, Telegram, LinkedIn, YouTube.

Clone this wiki locally