How to see the daml sandbox ledger data, what is its structure, and how it is stored in the ledger?
App Development3 posts302 views3 likesLast activity Jan 2022
NA
NagatoPeinI1OP
Jan 2022How to see the daml sandbox ledger data, what is its structure, and how it is stored in the ledger?
NE
nemanja
Jan 2022- If you’re running your Daml app with Sandbox you can inspect ledger data using Daml Script. For other ledgers Daml REPL would do the trick
- Re data structure and how the data is stored: the Daml Ledger Model section of the docs and Shaul’s video on the same topic might help
GA
Gary_Verhaegen
Jan 2022For local development you can also use the navigator.
