glow
glow copied to clipboard
The Glow language for Blockchain Decentralized Applications.
Glow
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 and License
Copyright 2019 Mutual Knowledge Systems, Inc. All rights reserved. Glow is distributed under the Apache License, version 2.0. See the file LICENSE.
Installation instructions
See INSTALL.md for complete installation instructions. TL;DR:
curl -L https://glow-lang.org/install/glow-install | sh
Getting started with Glow
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.
In progress
You can watch our GitHub repository for current developments.
More information
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.