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.3.tar.gz
(20.2 kB
view details)
Built Distribution
evmchains-0.0.3-py3-none-any.whl
(14.7 kB
view details)
File details
Details for the file evmchains-0.0.3.tar.gz
.
File metadata
- Download URL: evmchains-0.0.3.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 948ced66c2b50ab74c1b53c52967fa503c1bceaf83beb0cdf715e71499625254 |
|
MD5 | 9788333f237dd6cfe635378fd7647821 |
|
BLAKE2b-256 | 44f44eb252d06683f5ee9712417ea77d1892829cb9f289ee637c401a6287d4f2 |
File details
Details for the file evmchains-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.3-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e35e4ec9abcb4544d30091efe0db8a69b80c47b27a15cc1c55ad50a1c4a785d |
|
MD5 | 8a635acc43f65f35093ea0d2bf2319aa |
|
BLAKE2b-256 | 21ef04ba5372d475dbe2cb6ef1f657904f89897c18f63235a0b073329a9c7ae2 |