Ethereum Smart Contract Development with Python/Solidity
The Ethereum smart contract development ecosystem is dominated by JavaScript oriented tooling and guides. Heck, even solidity looks like it has JavaScript flavored syntax. However, it turns out you don’t need to be a JavaScript expert to get started making smart contracts. For those who are more accustomed to using Python, there is an alternative to the mainstream truffle suite, sort of. eth-brownie (often just referred to as brownie) is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine....

