Azure / blockchain-supply-chain-solution

Umbrella repository for blockchain based supply-chain services and clients

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blockchain-supply-chain

Overview

This is the "umbrella" repository for blockchain supply-chain solution. The solution implements an end-to-end document and device data attestation scenario:

  • The Office 365 outlook integration supports archiving, retrieval and validations of attachments.
  • The Core services provide an API to interact with the Ethereum smart contract. This contract implements the persistency of a proof (such as a laboratory report of a produce). The core service README.md explains the API in more detail. In addition to the interaction with the smart contract, the core services implement a key store which is used to encrypt the private parts of a proof.

Architecture

Architecture overview

Cloning the repo

git clone https://github.com/Azure/blockchain-supply-chain-solution.git
cd blockchain-supply-chain-solution
git submodule init 
git submodule update --init --remote
git submodule foreach git checkout master

Getting started locally

Deploying the solution to Azure

To deploy the solution to Azure, follw the 'Cloning the repo' steps above, and then follow these instructions.

About

Umbrella repository for blockchain based supply-chain services and clients

License:MIT License


Languages

Language:Shell 44.1%Language:PowerShell 33.3%Language:JavaScript 15.4%Language:HTML 7.2%