Giter Site home page Giter Site logo

andytudhope / quorumnetworkmanager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from waffle-iron/quorumnetworkmanager

0.0 2.0 0.0 58 KB

This project aims to make creating/managing Quorum networks easy.

License: MIT License

Shell 16.05% JavaScript 83.95%

quorumnetworkmanager's Introduction

Stories in Ready This project aims to make creating Quorum networks easy.

Getting started

Requirements

  1. go 1.7.3/4/5 (this has to do with go-ethereum not working with go 1.8)
  2. Ubuntu 16.04 (this has to do with Constellation)
  3. NodeJS v4.5+ (tested on v4.8.0) (https://nodejs.org/en/download/package-manager/)

Installing Quorum

NOTE1: We will need to use Quorum's geth, so do a sudo mv /usr/bin/geth /usr/bin/normalGeth

Installation quide for https://github.com/jpmorganchase/quorum

NOTE: This should replace your currently installed geth.

  1. sudo apt-get install -y build-essential
  2. git clone https://github.com/jpmorganchase/quorum.git
  3. cd quorum
  4. make all
  5. Add /build/bin to your PATH: echo "PATH=\$PATH:"$PWD/build/bin >> ~/.bashrc
  6. source ~/.bashrc

Installing Constellation

Installation guide for https://github.com/jpmorganchase/constellation

  1. sudo apt-get install libdb-dev libsodium-dev zlib1g-dev libtinfo-dev unzip
  2. mkdir constellation
  3. cd constellation
  4. wget https://github.com/jpmorganchase/constellation/releases/download/v0.0.1-alpha/ubuntu1604.zip
  5. unzip ubuntu1604.zip
  6. chmod +x ubuntu1604/constellation-node
  7. chmod +x ubuntu1604/constellation-enclave-keygen
  8. Add ubuntu1604 to your PATH: echo "PATH=\$PATH:"$PWD/ubuntu1604 >> ~/.bashrc
  9. source ~/.bashrc

Installing Quorum Genesis

Installation guide for https://github.com/davebryson/quorum-genesis

NOTE: the public-key (use ssh-keygen to generate one) of the machine you are working on will have to be added to your github account to clone this repo via ssh

  1. git clone [email protected]:davebryson/quorum-genesis.git
  2. cd quorum-genesis
  3. sudo npm install -g

Installing the QuorumNetworkManager

  1. git clone [email protected]:coeniebeyers/QuorumNetworkManager.git
  2. cd QuorumNetworkManager
  3. npm install

quorumnetworkmanager's People

Contributors

andytudhope avatar coeniebeyers avatar petermunnings avatar waffle-iron avatar

Watchers

 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.