former_member236392
Participant
Member since ‎2012 Mar 12

User Statistics

  • 33 Posts
  • 0 Solutions
  • 28 Kudos given
  • 47 Kudos received

User Activity

In the previous blog we have instantiated a bare Hyperledger Fabric consortium instance based on Azure AKS template. Now let’s install and instantiate actual blockchain code in order to form the consortium and try to execute that code. In order to co...
As reflected in the recent blog published by swap.galgali, we’re planning to show how to integrate SAP business processes and applications to open-source Blockchain Technology hosted on Azure Cloud Platform. This blog will describe a step-by-step ap...
Recently I had a task to upload a few media files into the SCP Object Store based on AWS IaaS. I was building my web service on Go and, hence, was looking for a few code snippets on how to work with S3 media buckets. I found a few great Java code sa...
In this blog post, I conducted an experiment, which shows that Go concurrency patterns and parallel execution can be used for Hyperledger chaincode in order to speed up heavy computational operations. Due to the fact that Hyperledger has a complex a...
After the introduction on how to start developing your Smart Contracts for SAP Quorum using Embark, let's try to build something tangible. Here I'm proposing a crypto game. The idea of it is that users should open a url in their browsers, which will...