Forum Discussion
wilsonclwong
Mar 18, 2019Copper Contributor
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...
Zeyad Rajabi
Mar 27, 2019Former Employee
wilsonclwong In the Activity view, click on the transaction you care about. In the pane, you will see the Transaction hash.
- deepak_kbNov 19, 2019Copper Contributor
Zeyad Rajabi, Brenda Lee How can I access the transaction data programatically(via APIs)?
- asifwaquarMay 03, 2020Copper ContributorYes via apis and ethereum connector in logic apps to capture event data .
- Elkhan YusubovApr 26, 2019Copper 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 RajabiApr 26, 2019Former Employee
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.
- Elkhan YusubovApr 26, 2019Copper ContributorWhat is the recommended way to do that?