L2PS (Subnet) Framework
This chapter explains in details how the L2PS (also called Subnet) Framework works and what is the principle behind it.
An L2PS (or Demos Subnet) is a shard of Demos nodes that share a cryptographic secret such as an RSA keypair and is able to exchange private informations across the network.
Why subnets
It is called a subnet because only the subnet partecipants are able to decode the messages. On top of this, only the subnet partecipants will store all the l2ps encrypted transactions, while the broader network will only store the hash of each l2ps encrypted transactions array to verify is consistent.
This is ensured by a general Block class for the whole chain:
And an extension of the class specific for L2PS Partecipants:
Last updated