typhon
typhon copied to clipboard
Modify Existing Ledger Code to Support Multiple Chains
Ultimately, we want our existing ledger node / consensus participants to be able to support multiple chains within the same program, rather than as totally separate, unrelated processes. Specifically, we want to:
- save on resources whenever possible to combining multiple processes
- be able to join / leave new chains easily
- be able to start up new chains easily