1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
on Amazon Managed Blockchain (AMB) there is no direct access possible to LevelDB or CouchDB. Nevertheless, the metadata (timestamps, endorsements) you are asking for is stored in the blocks directly so you would need to download and parse each block directly. An alternative could be to run your own Hyperledger Block explorer on AMB as described in this blog post: Hyperledger Explorer on AMB.
answered 3 years ago
Thank you very much for your answer. The Hyperledger Block explorer seems to be what I need.
Relevant content
- asked 3 months ago
- asked 6 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 years ago
Could you please elaborate the underlying requirement? What are you trying to achieve with that Metadata? Thanks David for the quick reply.