Getting to know Oracle Autonomous Blockchain Cloud Service — Part 3— Expose and run deployed sample smart contracts via REST proxy

In the previous article, you have invoked the samples you installed and instantiated against a channel(boaventuraorderer) by using the sample page. However, in the real world, you will be accessing your smart contracts(chaincodes) as APIs. This is where the REST gateway comes to the picture. Then, in this article, you will be setting up chaincodes to … Continue reading Getting to know Oracle Autonomous Blockchain Cloud Service — Part 3— Expose and run deployed sample smart contracts via REST proxy

Getting to know Oracle Autonomous Blockchain Cloud Service — Part 2 — Exploring OABCS using Chaincode Samples

Oracle Autonomous Blockchain Cloud Service includes chaincode samples that help you learn how to use the console to implement and manage your network’s chaincodes. The OABCS’s Sample Chaincode page contains two samples: Example02 sample is a simple chaincode sample representing two parties with account balances and operations to query the balances and transfer funds between parties. … Continue reading Getting to know Oracle Autonomous Blockchain Cloud Service — Part 2 — Exploring OABCS using Chaincode Samples