• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

Blockchain Workbench Explorer

用户头像
it1352
帮助1

问题说明

  • 我使用区块链工作台创建了一个hello-blockchain应用程序,我通过邮递员访问API来执行请求。

      • 我创建了一份简单的合同并发了几条消息。

    考虑到上述情况,我知道api正在使用SQLSRV数据库来获取其数据。如果是这样,我如何提供透明度并确保我的客户我显示的数据是合法的?

    Considering the above, I understand that the api is using the SQLSRV database to get its data. If so, how can I provide transparency and ensure my customers that the data I am showing them is legit?

正确答案

#1

感谢您的提问。 

Thanks for your question. 

是的,API会查询SQL数据库并返回存储在数据库中的内容。

Yes, the API will query SQL database and return whatever is stored in database.

Workbench正在使用SQL来存储它从Blockchain中观察到的最新值,以提高API调用的性能。从我们的设计来看,我们不希望用户修改SQL。如果修改SQL数据库关注客户,您可以通过web3调用直接查询区块链
来获取链上数据。

Workbench is using SQL to store latest value it observes from Blockchain to improve API call's performance. From our design, we are not expecting user to modify SQL. If modifying SQL database concerns customer, you may make web3 call to query blockchain directly to get on-chain data.

希望它有所帮助,如果您有任何进一步的信息,请告诉我们问题。

Hope it helps, let us know if you have any further questions.



这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhcggfkh
系列文章
更多 icon
同类精品
更多 icon
继续加载