Coder Social home page Coder Social logo

pinkdiamond1 / grid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyperledger-archives/grid

0.0 1.0 0.0 20.51 MB

Grid provides reference implementations of supply-chain-centric items – data types, data models, smart contracts, and more – that are anchored on existing open standards and industry best practices.

Home Page: https://grid.hyperledger.org/

License: Apache License 2.0

Dockerfile 0.80% Shell 0.16% Rust 95.39% PLpgSQL 0.03% Python 0.07% HTML 0.05% JavaScript 2.13% CSS 0.04% SCSS 1.34%

grid's Introduction

Hyperledger Grid

Hyperledger Grid is a platform for building supply chain solutions that include distributed ledger components. It provides a growing set of tools that accelerate development for supply chain smart contracts and client interfaces.

This project is not an implementation of a distributed ledger or a client application. Instead, Hyperledger Grid provides supply-chain-focused libraries, data models, and software development kits (SDKs) as modular, reusable components.

The Hyperledger Grid project includes several repositories:

  • This repository contains core components such as supply-chain-centric data types and smart permissioning code.

  • The grid-contrib repository contains example domain models and reference implementations for smart contracts (also called "transaction families").

  • The grid-rfcs repository contains RFCs (requests for comments) for proposed and approved changes to Hyperledger Grid.

  • The grid-docs repository contains the source files for the Grid documentation and website hosted at grid.hyperledger.com.

Project Status

Hyperledger Grid is currently in the incubation stage of the Hyperledger product lifecycle. The Hyperledger Grid proposal was accepted in December, 2018.

How to Participate

We welcome contributors, both organizations and individuals, to help shape project direction, contribute ideas, provide use cases, and work on specific tools and examples. Please join the discussion.

Building Grid

Grid is built using latest stable rust, which you should install via rustup.

To install the remaining dependencies using a package manager, run one of the following commands.

Homebrew (OS X):

brew install openssl zeromq pkg-config protobuf postgresql

APT (Ubuntu):

apt install libssl-dev libzmq3-dev pkg-config libprotobuf-dev postgresql

Once you have the prerequisites installed, run cargo build from the root directory. This command builds all of the Grid components, including gridd (the grid daemon), the CLI, and all of the smart contracts in the contracts directory.

To build individual components, run cargo build in the component directories. For example, to build only the grid-cli, navigate to cli, then run cargo build.

Building with Docker

To build Grid using Docker, run docker-compose build from the root directory. This command builds Docker images for all of the Grid components, including gridd (the grid daemon), the CLI, and all of the smart contracts in the contracts directory.

To build individual components using Docker, run docker-compose build <component> from the root directory. For example, to build only the grid-cli, run docker-compose build grid-cli.

To use Docker to build Grid with experimental features enabled, set an environment variable in your shell before running the build commands. For example: export 'CARGO_ARGS= --features experimental'. To go back to building with default features, unset the environment variable: unset CARGO_ARGS

More Information

License

Hyperledger Grid software is licensed under the Apache License Version 2.0 software license.

The Hyperledger Grid documentation in the grid-docs repository is licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). You may obtain a copy of the license at http://creativecommons.org/licenses/by/4.0/.

grid's People

Contributors

abdelkrim avatar agunde406 avatar annechenette avatar boydjohnson avatar christo4ferris avatar cianx avatar danxmack avatar dcmiddle avatar delventhalz avatar dnewh avatar dplumb94 avatar feihujiang avatar jjason avatar jsmitchell avatar kevinansleyjohnson avatar ltseeley avatar mfford avatar nconde avatar nick-drozd avatar ojalatodd avatar patrick-erichsen avatar peterschwarz avatar pjholmes avatar rberg2 avatar rbuysse avatar ryanlassigbanks avatar shannynalayna avatar tombarnes avatar trbs avatar vaporos avatar

Watchers

 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.