зеркало из
1
0
Форкнуть 0
Umbrella repository for blockchain based supply-chain services and clients
Перейти к файлу
Ami Turgman 1c2fc7e8f8
Merge pull request #7 from Azure/rabee333-patch-1
Upgrade moment.js module
2018-05-30 15:09:02 +03:00
azure-deployment Upgrade moment.js module 2018-05-30 13:57:06 +03:00
diagrams Change the names of the repos and update readme and diagram 2017-12-11 14:49:51 +02:00
supply-chain-office-integration@a1d0a7a744 documentation fixes 2018-01-21 18:17:50 +02:00
supply-chain-services@7d24bdbe69 add new submodules 2017-12-13 11:13:52 +02:00
supply-chain-smart-contracts@62d6ff861e documentation fixes 2018-01-21 18:17:50 +02:00
.gitmodules add new submodules 2017-12-13 11:13:52 +02:00
LICENSE Initial commit 2017-08-15 15:05:13 +02:00
README.md documentation fixes 2018-01-21 18:17:50 +02:00

README.md

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.