Brownie – Smart Contracts in Python
This is an introductory article to Brownie, a smart contract development and testing framework for Solidity and Vyper, especially with Python developers in mind. We first start with the installation process and then create a project with a simple smart contract. We will look at how to interact with the smart contract on a local … Read more