A Python Guide to Ethereum, Pt. 1

This post will cover some blockchain basics, then get you interacting with a simulated Ethereum node using Python

So, you’ve heard about this Ethereum thing and are ready to venture down the rabbit hole? This post will quickly cover some blockchain basics, then get you interacting with a simulated Ethereum node – reading block data, checking account balances, and sending transactions. Along the way, we’ll highlight the differences between traditional ways of building apps and this new decentralized paradigm.