0.1.12-rc.2 • Published 4 years ago

@danburton/reach-stdlib v0.1.12-rc.2

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

Reach

CircleCI Build Status GitHub License Docs Discord Twitter Follow Subreddit subscribers

We are building the next generation blockchain development platform that will completely transform the paradigm of decentralized application (DApp) development. DApps have enormous potential, but are impractical today because of barriers that have kept blockchain development risky and limited to specialists, like cryptographers. The Reach platform is a comprehensive environment that enables junior developers to build useful and safe DApps without years of experience and easily deploy them on a variety of different blockchain networks.

This repository is for the Reach language, the domain-specific language for trustworthy DApps used by the Reach platform.

Read the documentation.

Development

If you want to work on the Reach compiler, you'll need:

  • stack v2.3.3
  • z3 v4.8.9
  • solidity v0.7.1

Installation on macOS:

$ brew tap ethereum/ethereum
$ brew install haskell-stack z3 solidity

Installation on Ubuntu:

$ sudo apt update
$ sudo apt install z3  # see hs/Dockerfile for getting z3 v4.8.8 specifically
$ sudo snap install solc
$ curl -sSL https://get.haskellstack.org/ | sh

The source code is in the hs directory.

0.1.12-rc.1

4 years ago

0.1.12-1

4 years ago

0.1.12-rc.2

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago