Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Umbrella repository for blockchain based supply-chain services and clients

License

Notifications You must be signed in to change notification settings

Azure/blockchain-supply-chain-solution

Repository files navigation

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.