Git Product home page Git Product logo

qbc's Introduction

Quorum By ConsenSys

Distribution of Quorum and associated projects, tested and supported by ConsenSys.

Download

You can download binaries created with this project under: https://consensys.bintray.com/binaries/qbc/0.2/

Docker images

You can pull Docker images for Quorum, Crux, and Constellation:

docker pull consensys-docker-qbc.bintray.io/qbc/quorum:0.2
docker pull consensys-docker-qbc.bintray.io/qbc/crux:0.2
docker pull consensys-docker-qbc.bintray.io/qbc/constellation:0.2

Development

Docker

Install:

  $> curl -fsSL get.docker.com -o get-docker.sh
  $> sh get-docker.sh

Config:

  • REQUIRED: Add /var/folders to Preferences > File Sharing
  • OPTIONAL: `Preferences > Advanced, Memory: Increase from 2 GB to 4 GB

NOTE: Parrallel build are more resource intensive and might require this step

Binaries

On a Mac machine, install required binaries for all projects:

$> brew install berkeley-db leveldb libsodium maven haskell-stack go node

You will also need java: brew cask install java

Install the Glasgow Haskell Compiler: stack setup

Building

To clean, make tarballs, containers, and run tests:

$> make all

To make tarballs and containers:

$> make qbc

To build the qbc tarball, run:

$> make BUILDS=linux-64 qbc-tarballs

Note: To speed up the build you can add the -j [jobs] flag to the make command

Build Targets:

By default, the build process will generate linux-64 and darwin-64 binaries. You can override this modifying the BUILDS variable:

make BUILDS=linux-64 all

The following build targets have been tested:

  • linux-64
  • darwin-64

Testing

Run:

$> make test

Release

Make sure the version is correct in config.mk.

Run:

$> make BINTRAY_USER=<YOUR USERNAME> BINTRAY_KEY=<YOUR KEY> release

Once the process has run:

  • Update the download links and the Docker image versions in the README.
  • Increase the version in the Makefile.
  • Commit and push changes.

qbc's People

Contributors

atoulme avatar jrhea avatar schroedingerscode avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.