micro-chain-get for a client to get the current server state
micro-chain-transition for a client to send a chain proof to the server
This is a minimal implementation for a demo and doesn't assume too much from the actual final micro-chain system, on which we will have more info later.
Implement the following meta commands:
micro-chain-serve
to start a chain servermicro-chain-get
for a client to get the current server statemicro-chain-transition
for a client to send a chain proof to the serverThis is a minimal implementation for a demo and doesn't assume too much from the actual final micro-chain system, on which we will have more info later.