JoshOrndorff / utxo-workshop

A Substrate UTXO workshop
The Unlicense
117 stars 81 forks source link

Extend UTXO to be a PoW Chain #56

Closed nczhu closed 4 years ago

nczhu commented 4 years ago

Changing PoS -> PoW w/ Joshy.

JoshOrndorff commented 4 years ago

Some example material for how to start tackling this. https://substrate.dev/recipes/3-entrees/basic-pow.html https://github.com/kulupu/kulupu/tree/master/rewards (vaguely related) https://github.com/JoshOrndorff/cle-coin

JoshOrndorff commented 4 years ago

This change is also related to https://github.com/substrate-developer-hub/utxo-workshop/issues/53