如何访问存储在LevelDB中的内容?

0

【以下的问题经过翻译处理】 你好,

我想问一下,是否有方法可以查看AWS Managed Blockchain如何将交易块存储在状态数据库中,包括元数据?另外,是否有可视化的GUI可以用来查看这些内容?我知道我可以通过智能合约查询我创建的资产,但我是否也可以查看附加的元数据,例如时间戳、哈希等?

非常感谢你的帮助!

profile picture
EXPERT
asked 9 months ago61 views
1 Answer
0

【以下的回答经过翻译处理】 你好, 在亚马逊托管的区块链服务(AMB)中,无法直接访问LevelDB或CouchDB。不过,你所需要的元数据(时间戳、背书)存储在每个块中,因此需要直接下载和解析每个块。 另一个选择是在AMB上运行自己的Hyperledger区块浏览器,如这篇博文所述:在亚马逊托管的区块链上运行Hyperledger Explorer

profile picture
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions