riesenacht / biotopium

distributed, platform-independent multiplayer game
GNU General Public License v3.0
1 stars 0 forks source link

Start Network: Implement Basic Blockchain Protocol #11

Closed mriesen closed 2 years ago

mriesen commented 3 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.

mriesen commented 2 years ago

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.