Local Getting Started with DAML
App Development2 posts152 views2 likesLast activity Feb 2022
KA
Karthi_PalaniOP
Feb 2022After close daml connection and daml start - previous follow party get reseted in local what to do stay the data back after restart daml start
NE
nemanja
Feb 2022The getting started example is running on Sandbox, which uses in-memory store. If you want to keep the data between restarts you can run the Sandbox with Daml driver for Postgres.
Here is more info on how to set it up.
