How to see the daml sandbox ledger data, what is its structure, and how it is stored in the ledger?
1 Like
- 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
1 Like
For local development you can also use the navigator.
1 Like