From 688a23e0e746d7f4dc2001a2eb4a06f3f3dabf78 Mon Sep 17 00:00:00 2001 From: ipcenas <47504178+ipcenas@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:47:45 +0200 Subject: [PATCH 1/2] Added Programming Hyperledger Fabric --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6474627..05c2f30 100644 --- a/README.md +++ b/README.md @@ -667,6 +667,14 @@ Key enhancements over go-ethereum: Configuring DLT networks ++ Designing blockchain solutions for specific use cases ++ Identity management in permissioned blockchains networks_ + + - [**Programming Hyperledger Fabric**](https://www.manning.com/books/programming-hyperledger-fabric) by Siddharth Jain, early access -- + _A guide to developing blockchain applications for enterprise use cases ++ + Where Fabric fits in to the blockchain landscape ++ + The ins and outs of deploying real-world applications ++ + Developing smart contracts and client applications in Node ++ + Debugging and troubleshooting ++ + Securing production applications_ From 70b2da836daa26c04e3daddc27867b0c7a99ad9e Mon Sep 17 00:00:00 2001 From: ipcenas <47504178+ipcenas@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:48:40 +0200 Subject: [PATCH 2/2] Added Programming Hyperledger Fabric --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c2f30..2127735 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ Key enhancements over go-ethereum: Designing blockchain solutions for specific use cases ++ Identity management in permissioned blockchains networks_ - - [**Programming Hyperledger Fabric**](https://www.manning.com/books/programming-hyperledger-fabric) by Siddharth Jain, early access -- +- [**Programming Hyperledger Fabric**](https://www.manning.com/books/programming-hyperledger-fabric) by Siddharth Jain, early access -- _A guide to developing blockchain applications for enterprise use cases ++ Where Fabric fits in to the blockchain landscape ++ The ins and outs of deploying real-world applications ++