by Barry Allen | Aug 23, 2022 | Blockchain, Interview
Preface – This post is part of the Blockchain Basics series. Introduction Blockchain is a concept that has a list of records called blocks that store data publicly and in chronological order. In Blockchain, the Cryptography methodology is used to encrypt the... by Barry Allen | Dec 29, 2019 | ABAP Programs, Blockchain
Preface – This post is part of the Blockchain on SAP Cloud Platform and ABAP Programs series. In this article, we will learn how to create a block in Blockchain on the SAP Cloud Platform. METHOD create_object_history. DATA: lo_http_client TYPE REF TO if_http_client.... by Barry Allen | Dec 29, 2019 | ABAP Programs, Blockchain
Preface – This post is part of the Blockchain on SAP Cloud Platform and ABAP Programs series. In this step, we will call the blockchain service again using the token that we have stored in above step. And then we will receive the history of transactions from... by Barry Allen | Dec 27, 2019 | Blockchain
Preface – This post is part of the Blockchain on SAP Cloud Platform series. Introduction With the introduction of Blockchain in SAP Cloud Platform, the important questions for SAP developers was its implementation in SAP ABAP. All the client information of SAP is... by Barry Allen | Dec 10, 2019 | Blockchain
Preface – This post is part of the Blockchain Basics series. Introduction Corda is an open source private blockchain platform, introduced by R3 that integrates the existing proven technologies such as relational database, Java Machine (JVM) in blockchain for ERP and... by Barry Allen | Dec 9, 2019 | Blockchain
Preface – This post is part of the Blockchain Basics series. Introduction Quorum is a private and permissioned blockchain developed on top of Go and Ethereum technology mainly for Enterprise based solution. An Ethereum is a decentralized platform which is used to run...