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.1a1.tar.gz
(16.2 kB
view details)
Built Distribution
File details
Details for the file evmchains-0.0.1a1.tar.gz
.
File metadata
- Download URL: evmchains-0.0.1a1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80547f92689176eb6bc9bf36f3c928c7b97b72c312e1dbe46b2350584d864e87 |
|
MD5 | 4fc1d3a7d4d478c51966a499589bb5d5 |
|
BLAKE2b-256 | f885be1aa69a0fad9efa290cb13b5906bce9ba199b39a714e337e85a4bc1ffc5 |
File details
Details for the file evmchains-0.0.1a1-py3-none-any.whl
.
File metadata
- Download URL: evmchains-0.0.1a1-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.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86c575d196c4eaabc2b15d15bde18160179da6a16067520625c9ddbfa1551eb2 |
|
MD5 | c239830a7a66ca302580b14c6e9b25ef |
|
BLAKE2b-256 | dfa92053feae2f07c7b3d86958ca2c2276351ac70f7d8eb880858b018802bcdb |