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.1a5.tar.gz
(19.9 kB
view details)
Built Distribution
File details
Details for the file evmchains-0.0.1a5.tar.gz
.
File metadata
- Download URL: evmchains-0.0.1a5.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 | 22878a8f356f50b72be86b86eced5d043bf8881909be1609048ef00f99c9763a |
|
MD5 | cf9d727e7b7d8508e6b84d325edd9b2e |
|
BLAKE2b-256 | 77f5faaddb68cb6d9b49c76e90f78277414f8eab5ce075bc43e9006e1214c396 |
File details
Details for the file evmchains-0.0.1a5-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.1a5-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 | 51774c3c5ed354f22b98f560d68adee17a8dddbfa673ec00d594e4b36585fa00 |
|
MD5 | 3ac59d7c09f33a5657eba21d78247888 |
|
BLAKE2b-256 | 0ad11636f9703fcab3a2d33dc7291320f0f3dba73f3e5a1458765abcc31c2e5a |