Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ by Daniel van Flymen, September 2017, [(Source)](https://github.com/dvf/blockcha
[**A Practical Introduction to Blockchain with Python**](http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/)
by Adil Moujahid, March 2018, [(Source)](https://github.com/adilmoujahid/blockchain-python-tutorial)

[**py-ethclient - A Complete Ethereum Execution Client in Pure Python**](https://github.com/tokamak-network/py-ethclient) - A from-scratch Python implementation of a full Ethereum L1 node with EVM (140+ opcodes), RLPx encrypted transport, eth/68 and snap/1 wire protocols, full sync, snap sync, Engine API, and JSON-RPC. Great reference for understanding how Ethereum works at the protocol level.


### Ruby

Expand Down