Closed michielbdejong closed 6 months ago
A webpage where you can add nodes and edit trustlines, and then see what happens.
To keep it simple I can do this in deno CLI first.
I made a start with snapshotting, so that the CLI demo can be interactive. Big advantage would be a super simple stack, without messaging complexity, without display complexity, and without compilation complexity. I need to get rid of the promises object on Friends in ProbeEngine though, because that cannot be snapshotted. Maybe use events?
Ah, good news - it was unused! OK, will see if I can now get the snapshot to carry between src/init.ts
and src/run.ts
.
OK, the snapshotting works, now it would be cool to have a CLI tool with commands:
Implemented this in https://github.com/ledgerloops/ledgerloops