How can I obtain private key from Azure Blockchain Service?

倾然丶 夕夏残阳落幕 提交于 2020-01-05 05:42:08

问题


I am not sure how I can obtain private key from Azure Blockchain Service.

I would like to use Etherium connector on Logic App. Without private key, the flow fails.

Error message is as below; { "status": 400, "message": "No private key was found in the connection object\r\nclientRequestId: f85XXXXXXXX-XXXXXXXXXXXXXX-XXXXXXXXbfea", "source": "blockchainethereum-je.azconn-je.p.azurewebsites.net" }

Please tell me where can I find out these informations, "Ethereum RPC Endpoint", "Private Key", "Account Address" and "Account Password".


回答1:


Check the connection description, you could find it supports two variations of transaction signing: Private Key and On-node signing.

And about how to get the keys details, yo could refer to this tutorial:Configure Azure Blockchain Service transaction nodes. Go to your Transaction nodes under your Azure Blockchain Service, click the node you want to use, you will get the details.



来源:https://stackoverflow.com/questions/56703013/how-can-i-obtain-private-key-from-azure-blockchain-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!