DEV Community

Discussion on: Trying to understand blockchain by making one!

Collapse
 
shawnlknight profile image
Shawn Leberknight • Edited

Great article! I've been wanting an good intro into block chain and this was perfect. However, when I ran the index.js file, blockchain.getAllBlocks() returned undefined. I got it to work by updating that function to const getAllBlocks = () => blocks.

Collapse
 
damcosset profile image
Damien Cosset

You are right, I updated the code in the article. Thanks for the catch!