my-cloud / ruthenium

Golang implementation of the Ruthenium protocol
The Unlicense
11 stars 1 forks source link

Handle private key generation #214

Open JeremyPansier opened 1 year ago

JeremyPansier commented 1 year ago

Context The Ruthenium blockchain is currently strongly dependent on the Ethereum blockchain, because it relies on Ethereum for the private key generation.

Prerequisite The POH smartcontract must be integrated in Ruthenium first. See #213

Tasks