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.4.tar.gz
(20.4 kB
view details)
Built Distribution
evmchains-0.0.4-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file evmchains-0.0.4.tar.gz
.
File metadata
- Download URL: evmchains-0.0.4.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3207dcf5010075fbac353c8126a10915b58df045f9ff1722610911a0c5c22e53 |
|
MD5 | 20be12bfb2879c4c9b09a8b403f05471 |
|
BLAKE2b-256 | 05061fef4aefcc5d8682e245fcb409e2441408634c513ec75ecefd097464d8b2 |
File details
Details for the file evmchains-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b41a2867965f53949d47eb84a1e031f8c18ddd377620ec201cccc66b4ce740b |
|
MD5 | 394c63bcd679e2077e65b53c8a700cd6 |
|
BLAKE2b-256 | d9fb32f97e9b879f307222b089a1e60d004637400acfaa91036cdc2275f84213 |