Forum Discussion

wilsonclwong's avatar
wilsonclwong
Copper Contributor
Mar 18, 2019

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

    • Elkhan Yusubov's avatar
      Elkhan Yusubov
      Copper 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 Rajabi's avatar
        Zeyad Rajabi
        Icon for Microsoft rankMicrosoft

        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. 

      • asifwaquar's avatar
        asifwaquar
        Copper Contributor
        Yes via apis and ethereum connector in logic apps to capture event data .
  • asifwaquar's avatar
    asifwaquar
    Copper 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

Resources