leo/README.md
2020-08-17 17:02:21 -07:00

884 B

The Leo Programming Language

CI codecov

Overview

Welcome to the Leo programming language. Leo is a functional, statically-typed programming language built for writing private applications.

The syntax of Leo is influenced by JavaScript, Python, Scala, and Rust with a strong emphasis on readability and ease-of-use.

Leo exists to provide a simple high-level language that compiles to a rank one constraint system (R1CS) circuit. With Leo, you can write circuits to support zero-knowledge tokens, private stable coins, and decentralized marketplaces.

Download

Download the binary for your operating system here

Build

WIP

Quick Start

WIP