All Projects → hyperledger → Grid

hyperledger / Grid

Licence: apache-2.0
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.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Grid

Aries Vcr
Hyperledger Indy Catalyst is a set of application level software components designed to accelerate the adoption of trustworthy entity to entity communications.
Stars: ✭ 57 (-58.99%)
Mutual labels:  hyperledger
Iroha Python
Python library for Hyperledger Iroha, a simple distributed ledger.
Stars: ✭ 81 (-41.73%)
Mutual labels:  hyperledger
Composer Sample Applications
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 110 (-20.86%)
Mutual labels:  hyperledger
Hyperledger Labs.github.io
Hyperledger Labs
Stars: ✭ 65 (-53.24%)
Mutual labels:  hyperledger
Iroha Javascript
JavaScript library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Stars: ✭ 77 (-44.6%)
Mutual labels:  hyperledger
Fabric Chaintool
Stars: ✭ 89 (-35.97%)
Mutual labels:  hyperledger
Mortgageblockchainfabric
Mortgage Processing App using Hyperledger Fabric Blockchain. Uses channels for privacy and access, and restricts read/write previleges through endorsement policies
Stars: ✭ 45 (-67.63%)
Mutual labels:  hyperledger
Fabric Gateway Java
Hyperledger Fabric Gateway SDK for Java https://wiki.hyperledger.org/display/fabric
Stars: ✭ 122 (-12.23%)
Mutual labels:  hyperledger
Fabric Gm Wiki
Fabric国密项目 wiki
Stars: ✭ 79 (-43.17%)
Mutual labels:  hyperledger
Iroha Android
Android library for Iroha, a Distributed Ledger Technology (blockchain) platform.
Stars: ✭ 108 (-22.3%)
Mutual labels:  hyperledger
Von Network
A portable development level Indy Node network.
Stars: ✭ 72 (-48.2%)
Mutual labels:  hyperledger
Composer Tools
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 75 (-46.04%)
Mutual labels:  hyperledger
Sawtooth Core
Core repository for Sawtooth Distributed Ledger
Stars: ✭ 1,310 (+842.45%)
Mutual labels:  hyperledger
Hyperledger Composer Supply Chain Network
An implementation of Hyperledger Composer to improve transparency and traceability of supply chain
Stars: ✭ 57 (-58.99%)
Mutual labels:  hyperledger
Fabric Explorer
Fabric-explorer is a simple, powerful, maintainable, open source fabric explorer
Stars: ✭ 117 (-15.83%)
Mutual labels:  hyperledger
Fabric Baseimage
Stars: ✭ 53 (-61.87%)
Mutual labels:  hyperledger
Iroha Ios
iOS Swift library for Iroha, a simple distributed ledger
Stars: ✭ 81 (-41.73%)
Mutual labels:  hyperledger
Composer
⚠️ ⚠️ ⚠️ Hyperledger Composer has been deprecated ⚠️ ⚠️ ⚠️
Stars: ✭ 1,676 (+1105.76%)
Mutual labels:  hyperledger
Cryptocurrencyawesome
Cryptocurrency study materials resources
Stars: ✭ 118 (-15.11%)
Mutual labels:  hyperledger
Ergo
The Language for Smart Legal Contracts
Stars: ✭ 108 (-22.3%)
Mutual labels:  hyperledger

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

To build Grid, 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.

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].