Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aviksaikat/multi-chian-python-development

List of Python development frameworks for different BlockChains
https://github.com/aviksaikat/multi-chian-python-development

blochchain development framework python

Last synced: 15 days ago
JSON representation

List of Python development frameworks for different BlockChains

Awesome Lists containing this project

README

        

# Multi-Chian-Python-Development
List of Python development frameworks for different chains

## Smart Contract Development Frameworks

### Ethereum, L2s, Ethereum Based
- [web3.py](https://github.com/ethereum/web3.py) : A python interface for interacting with the Ethereum blockchain and ecosystem.
- [ApeWorX](https://github.com/ApeWorX/ape): A smart contract development framework for Python developers, data scientists, and security professionals.
- [Brownie](https://github.com/eth-brownie/brownie): About
A Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine. (End of life)

### Solana
- [solders](https://github.com/kevinheavey/solders) : A high-performance Python toolkit for Solana, written in Rust
- [solana-py](https://github.com/michaelhly/solana-py) : Solana Python SDK
- [Anchorpy](https://github.com/kevinheavey/anchorpy) : The Python Anchor client.
- [Seahorse](https://seahorse-lang.org/) : Write Anchor-compatible Solana programs in Python

### Cosmos
- [cosmpy](https://github.com/fetchai/cosmpy) : A Python client library for interacting with blockchains based on the Cosmos-SDK

### Aptos
- [aptos-core](https://github.com/aptos-labs/aptos-core) : This provides basic functionalities to interact with Aptos.

### Near
- [py-near](https://github.com/pvolnov/py-near) : Python high-level framework for NEAR Protocol

### MultiverseX
- MultiversX SDK for Python: Offers compiling, testing, and deployment of smart contracts for the MultiverseX blockchain.

### Algorand
- [PyTeal](https://github.com/algorand/pyteal) : Algorand Smart Contracts in Python