A Python Guide to Ethereum, Pt. 1
- π»Tutorials
- π€
- βBeginner
- π·οΈ
- π 4 years ago
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.