smart contract
-
Brownie: Smart Contract 파이썬으로 테스트 하기컴퓨터/Solidity 2022. 11. 21. 19:11
Brownie GitHub - eth-brownie/brownie A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine github.com 소개 ETH Brownie는 Ethereum Virtual Machine (EVM) 환경에서 스마트 컨트랙트를 파이썬으로 테스트할 수 있게 도와준다. 설치는 pip으로 하면 끝난다. (C/C++ Build tools 최신 버전 설치 필요할 수 있음) 네트워크를 지정할 수도 있지만 기본적으로 Ganache [가나슈]를 이용하면 편하다. (account 100 ETHER 있는 10개의 계정을 받음) npm install ganache..