At present, the sandbox can only run transactions in isolation. It would be nice to show that coordination scripts can accept Utxos as input, produce them as output, and illustrate how a ledger state might evolve over time.
Components:
- Specify ledger state representation
- Input/view/clear ledger state on sandbox
- Display and save output Utxos of a transaction after running coordination script
- Allow passing inputs when running a coordination script
- Allow selecting Utxos from pool as an input type
- Decide on memory semantics of coordination scripts (eventually, see Discord)
At present, the sandbox can only run transactions in isolation. It would be nice to show that coordination scripts can accept Utxos as input, produce them as output, and illustrate how a ledger state might evolve over time.
Components: