Git Product home page Git Product logo

hyperledger-server's Introduction

hyperledger Reference Server

This is a reference server for the hyperledger protocol for implementing decentralised ledgers.

Status

This software is still young and under active development. None of the interfaces are stable yet and there are known bugs and omissions in the implementation. Use at your own risk.

Setup

This reference server is a fairly straightforward Rails application so standard Rails setup instructions apply.

Two env vars are needed to run the app: NODE_URL which is the URL where the node will run, and PRIVATE_KEY which is a 2048 bit RSA private key. You can set these in your environment or in a .env file.

You will also need to seed the database with the ConsensusNodes. At a minimum you need a record corresponding to the currently running node; url should be the same as NODE_URL and public_key should be the matching key to the PRIVATE_KEY.

You can generate RSA keypairs in Ruby:

require 'openssl'
key = OpenSSL::PKey::RSA.new(2048)
key.to_pem # Private key
key.publci_key.to_pem # Public key

License

hyperledger Reference Server is released under the MIT License.

hyperledger-server's People

Contributors

danielfeichtinger avatar

Stargazers

 avatar  avatar

Watchers

 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.