Quorum on Azure Blockchain Service — Part 3— Interact with your smart contract
by Juarez Junior
Introduction
This blog post provides the detailed steps required to interact with a smart contract that has been previously deployed to a Quorum consortium on the Azure Blockchain Service.
It complements a couple of previous blog posts below:
Quorum on Azure Blockchain Service — Part 1 — Create a Blockchain consortium member
Quorum on Azure Blockchain Service — Part 2 — Deploy a smart contract with VS Code
We’ll use our project on VS Code (IDE) along with the CLI (Command Line Interface) to perform the required steps.
So without further ado, let’s start!
Get the Azure Blockchain Service name
First of all, let’s add a couple of functions to our source code file. The Gist below shows the source code in Solidity: