MuKn Glow is a language to write safe Decentralized Applications (DApps) interacting with cryptocurrency blockchains. It is designed to minimize the effort required to trust that a DApp is indeed safe for people to use.
Copyright 2019 Mutual Knowledge Systems, Inc. All rights reserved. Glow is distributed under the Apache License, version 2.0. See the file LICENSE.
See INSTALL.md for complete installation instructions. TL;DR:
curl -L https://glow-lang.org/install/glow-install | sh
After installing Glow,
you can get started with a tutorial in our Standard Library
.
Alternatively, you can dive into the glow-cli
:
glow help # View all available commands
glow help <command> # View help for a command
The full, in-depth tutorial may be found here.
You can watch our GitHub repository for current developments.
For more information on Glow, see our web site glow-lang.org, including our documentation.
If you are a developer, you may also be interested in our wiki, including our Roadmap.