Frontrunning Bancor in 150 Lines of Python with the Ethereum API

This post is a deep-dive into a game-theoretic security flaw in Bancor, a high-profile smart contract on the Ethereum blockchain. The full… Read more

Similar

Function Overloading in Python

Python natively does not support function overloading - having multiple functions with the same name. Today we see how we can implement and add this functionality to Python by using common language constructs like decorators and dictionaries. (more…)

Read more »