From 920208d6288a1ebb2687731c60e675b7b5b46bf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Iv=C3=A1n?= <ivan.alberquilla@gmail.com>
Date: Tue, 16 Jun 2020 17:54:31 +0200
Subject: [PATCH 1/2] Creating a hyperledger fabric network from scratch

---
 readme.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.md b/readme.md
index 0643506..75659f3 100644
--- a/readme.md
+++ b/readme.md
@@ -52,6 +52,7 @@ __Client Application__
 * [Hyperledger Fabric & couchdb, fantastic queries and where to find them](https://medium.com/wearetheledger/hyperledger-fabric-couchdb-fantastic-queries-and-where-to-find-them-f8a3aecef767)
 * [Setting up RESTful API Server for Hyperledger Fabric With NodeJS SDK](https://www.skcript.com/svr/setting-up-restful-api-server-for-hyperledger-fabric-with-nodejs-sdk/)
 * [Configuring Node SDK’s Connection Profile for Multiple Channel - Multiple Chaincode](https://www.skcript.com/svr/configuring-node-sdk-s-connection-profile-for-multiple-channel-multiple-chaincode/)
+* [Creating a Hyperledger Fabric network from scratch ](https://medium.com/coinmonks/creating-a-hyperledger-fabric-network-from-scratch-part-i-designing-the-network-23d803bbdb61)
 
 
 __Engineering__

From 77ba1cc0ccdb9ebe22301d981f6aad0f676030d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Iv=C3=A1n?= <ivan.alberquilla@gmail.com>
Date: Tue, 16 Jun 2020 18:55:15 +0200
Subject: [PATCH 2/2] hyperledger fabric supply chain

---
 readme.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/readme.md b/readme.md
index 75659f3..8980e69 100644
--- a/readme.md
+++ b/readme.md
@@ -64,6 +64,7 @@ __Engineering__
 * [Marbles](https://github.com/IBM-Blockchain/marbles) - A simple asset transfer project based on Hyperledger Fabric
 * [Composer Sample Application](https://github.com/hyperledger/composer-sample-applications) - Sample composer business network applications to get started with
 * [fabric-dev-servers-multipeer](https://github.com/varun-raj/fabric-dev-servers-multipeer) - Composer dev server to run mutliple peers in multiple physical host machines.
+* [Hyperledger fabric supply chain](https://github.com/ialberquilla/hlf1.4-supply-chain)
 
 ## Hyperledger Sawtooth
 [<img src="https://www.hyperledger.org/wp-content/uploads/2018/01/Hyperledger_Sawtooth_Logo_Color.png" align="right" width="250">](https://www.hyperledger.org/projects/sawtooth)