Packaged metadata on Ethereum Virtual Machine (EVM) chains
Project description
Python EVM Chains Metadata
Provides general metadata on EVM-compatible chains organized by Ape-style ecosystem and network.
Original soure data: https://github.com/ethereum-lists/chains
Quick Start
Dependencies
- python3 version 3.8 up to 3.11.
Installation
via pip
You can install the latest release via pip
:
pip install evmchains
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/evmchains.git
cd evmchains
python3 setup.py install
Quick Usage
from evmchains import get_chain_meta
chain = get_chain_meta("ethereum", "mainnet")
assert chain.chainId == 1
Development
Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evmchains-0.0.1.tar.gz
(19.9 kB
view details)
Built Distribution
evmchains-0.0.1-py3-none-any.whl
(14.4 kB
view details)
File details
Details for the file evmchains-0.0.1.tar.gz
.
File metadata
- Download URL: evmchains-0.0.1.tar.gz
- Upload date:
- Size: 19.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 383356eb82298ab1a50cfb4a9dd70201ffbb4c02ef3f1741a834f85391f8de8e |
|
MD5 | 98ad94e6c76b819c274b4e66f7072de7 |
|
BLAKE2b-256 | 170b197fe5083ba46975a91af169c28e296443e57882a07ba6250ac9c28e595b |
File details
Details for the file evmchains-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.1-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f484cafbc123fb33b401c2f420a1fb2a80d5d3c90795a13fe958063ac782d7f |
|
MD5 | decf80fe5e89140a377b8b9ddfb0d9e4 |
|
BLAKE2b-256 | bddafe9cbb18fb7e9f6c1bbcfbfaaa53a259888dfbadc455b1e18b232f8601b8 |