Remote Cryptoremotecrypto.hashnode.dev·Oct 9, 2023How to Build Smart Contracts Using the Brownie FrameworkIntroduction Brownie is a Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine (EVM). It is a popular choice for beginners and experienced developers alike due to its ease of use and comprehensive ...DiscussPython
Levai Ágbàràlevai.hashnode.dev·Jun 15, 2023How to deploy a Smart Contract to Linea with BrownieBrownie is a Python-based development and testing framework for Ethereum smart contracts. It provides support for smart contracts written in Solidity or Vyper, as well as an efficient environment for writing, compiling, deploying, and testing smart c...Discussbrownie
ARPAN MONDALarpanunzip.hashnode.dev·Feb 3, 2023How to deploy a smart contract with BrownieOverview Python is one of the most versatile programming languages, with applications ranging from researchers running test models to developers working in high-volume production environments. In today's guide, we'll look at Brownie, a Python-based t...DiscussSmart Contracts