Forum Discussion
How to retrieve transaction details from data block in the blockchain via Azure Blockchain Workbench
Hi,
I have setup a use case of supply chain blockchain sample application in Azure Blockchain Workbench. However, if I want to demonstrate the transaction of hash chain for proof of concept, how can I retrieve transaction details from data block in the blockchain via Azure Blockchain Workbench?
Please advice.
Regards,
Wilson
- Zeyad RajabiMicrosoft
wilsonclwong In the Activity view, click on the transaction you care about. In the pane, you will see the Transaction hash.
- Elkhan YusubovCopper Contributor
Zeyad Rajabi- it is easy to see transaction details from workbench app, as those details are retrieved from SQL instance.
Question: how to retrieve transaction(s) details directly from ethereum on Azure?
ps: could I sent request to rpc_endpoint?
I am troubled as provisioned ethereum VMs has private ip(s) only.
Like the one: http://10.0.xxx.xxx:8540
- Zeyad RajabiMicrosoft
Elkhan Yusubov We close down the IP for security, but you can manually open it up again. Note, if you do so you are exposing your endpoint to the internet.
- deepak_kbCopper Contributor
Zeyad Rajabi, Brenda Lee How can I access the transaction data programatically(via APIs)?
- asifwaquarCopper ContributorYes via apis and ethereum connector in logic apps to capture event data .
- asifwaquarCopper Contributor
Hi wilsonclwong ,
After configuring Azure blockchain workbench .SQL database will also be created in resources. You may login to sql database with credentials you have provided at time of configuring Azure workbench and can see transaction details.
To capture those transaction to trigger any event you may also use logic app connector.
thank you
Asif