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.2.tar.gz
(19.9 kB
view details)
Built Distribution
evmchains-0.0.2-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file evmchains-0.0.2.tar.gz
.
File metadata
- Download URL: evmchains-0.0.2.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 | de2ce5b36577bf514ac1ffbd23668bb035302a443a2e970c509ba9f5371db8d5 |
|
MD5 | 4741da1827fc274761dc40112b86d202 |
|
BLAKE2b-256 | ecb02171f56aead896ee336b8fe23d94cd66ef21e3d591fcb0f62ae3bc45fb92 |
File details
Details for the file evmchains-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.2-py3-none-any.whl
- Upload date:
- Size: 14.6 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 | 65f77afefec0c9ed820ad96dd30b8bb032f47fe67dac275234b386b5cce50278 |
|
MD5 | e5aff7b00f2f7e63d7715bcddc26edfe |
|
BLAKE2b-256 | d178e306af1a88fb98a7e1396627bf8103bae815385d187f9a8f2c2494b066bb |