Blockchain Redux Experiment, Part 2

When I last wrote about this blockchain-backed Redux clone in 105 lines of code, it could:

  • Build a local blockchain.
  • Add blocks on every action dispatch
  • Verify the chain is valid.
  • Replace the chain with a longer chain.

All the basic building blocks. But it didn’t quite have feature parity with the real redux, and it lacked some way to share the blockchain between nodes. You started a new chain with every call to createStore().

That has now been fixed.

Read full news article on Dzone

 


Date:

Categorie(s):