Closed mriesen closed 2 years ago
The blockchain protocol has to be implemented. Nodes should be able to share information about the blockchain. Some crucial use cases:
The blockchain protocol should work with a standardized serialization method and should provide a high-level API for an RPC-like feeling.
The blockchain protocol should be restructured. A client node should not be able to create a new block. Instead, an action request should be sent to a blocklord, which handles block creation.
The blockchain protocol has to be implemented. Nodes should be able to share information about the blockchain. Some crucial use cases:
The blockchain protocol should work with a standardized serialization method and should provide a high-level API for an RPC-like feeling.