페이지가 마지막으로 업데이트됨: September 17, 2020

Ethereum for Python Developers

Use Ethereum to create decentralized applications (or "dapps") that utilize the benefits of cryptocurrency and blockchain technology. These dapps can be trustworthy, meaning that once they are deployed to Ethereum, they will always run as programmed. 그러므로 새로운 형태의 금융 애플리케이션을 만들기 위해 디지털 자산을 제어하는 것에 사용될 수 있습니다. They can be decentralized, meaning that no single entity or person controls them and are nearly impossible to censor.

Getting Started with Smart Contracts and the Solidity Language

Take your first steps to integrating Python with Ethereum

좀 더 준비운동이 필요하시다고요? Check out ethereum.org/learn or ethereum.org/developers.

Beginner articles

Intermediate Articles

Advanced Use Patterns

Python Projects and Tools

  • Brownie - Python framework for deploying, testing and interacting with Ethereum smart contracts
  • eth-utils - utility functions for working with Ethereum related codebases
  • py-evm - implementation of the Ethereum Virtual Machine
  • py-solc-x - Python wrapper around the solc solidity compiler with 0.5.x support
  • py-wasm - Python implementation of the web assembly interpreter
  • pydevp2p - Implementation of the Ethereum P2P stack
  • pymaker - Python API for Maker contracts
  • Mamba - framework to write, compile, and deploy smart contracts written in Vyper language
  • Trinity - Ethereum Python client
  • Vyper - Pythonic Smart Contract Language for the EVM
  • Web3.py - Python library for interacting with Ethereum

Looking for more resources? 그럼 ethereum.org/developers로 들어와 주세요.

Python Community Contributors

Other Aggregated Lists

The Vyper wiki has an inceredible list of resources for Vyper For a compiled source of Python related tools, check out py-eth.com.