Skip to main content

A Python library designed to interface with various blockchain networks, enabling the retrieval of data.

Project description

Chain Harvester

Chain Harvester is a utility for seamlessly interacting with Ethereum-like blockchains. It provides a comprehensive set of methods to fetch information from the blockchain, including blocks, events, and storage content of contracts.

Features

  • Web3 Integration: Direct integration with the Web3.py library for querying Ethereum nodes.
  • Event Decoding: Decode event logs and get events for specific contracts or topics.
  • Contract Storage: Fetch storage content at specific positions for a contract.
  • Multicall Support: Batch multiple contract calls into a single request.
  • Retry Mechanism: Built-in retry mechanism for HTTP requests.
  • ABI Management: Load and cache ABI (Application Binary Interface) data for contracts.

Installation

To install Chain Harvester, simply use pip:

pip install chain-harvester

Make sure you have pip installed and are using a version of Python that is compatible with Chain Harvester.

Supported Chains

Chain Harvester provides specific implementations for different blockchains and their respective versions or networks. Each chain is encapsulated in its own class, which inherits from the base Chain class. These chain-specific classes contain data and methods that are relevant to their respective blockchains.

Ethereum Chains

  • Ethereum Mainnet: Located in networks.ethereum.mainnet. This class, EthereumMainnetChain, interacts with the Ethereum mainnet.

    from networks.ethereum.mainnet import EthereumMainnetChain
    
    eth_main = EthereumMainnetChain(rpc="YOUR_RPC_ENDPOINT")
    
  • Ethereum Goerli: Located in networks.ethereum.goerli. This class is designed to interact with the Goerli testnet of Ethereum.

    from networks.ethereum.goerli import EthereumGoerliChain
    
    eth_goerli = EthereumGoerliChain(rpc="YOUR_RPC_ENDPOINT")
    

Gnosis Chains

  • Gnosis Mainnet: Located in networks.gnosis.mainnet. This class is designed to interact with the Gnosis mainnet.

    from networks.gnosis.mainnet import GnosisMainnetChain
    
    gnosis_main = GnosisMainnetChain(rpc="YOUR_RPC_ENDPOINT")
    

Contributing

We welcome contributions from everyone! Here's how you can help:

  1. Fork and Clone: Begin by forking the Chain Harvester repository to your GitHub account. Clone this forked repository to your local machine to start making changes.
  2. Set Up Environment: Ensure you have the necessary dependencies installed. Follow the installation guide in the README to set up your environment.
  3. Make Changes: Create a new branch for your changes. Make sure to write clean code and follow the project's coding standards. It's also a good practice to write tests for any new features or bug fixes.
  4. Commit and Push: Once you've made your changes, commit them with a clear and descriptive commit message. Push your changes to your forked repository on GitHub.
  5. Submit a Pull Request (PR): Go to the Chain Harvester repository on GitHub and create a new pull request. Make sure to provide a detailed description of your changes. This will help the maintainers review your PR more efficiently.
  6. Review: Maintainers and contributors will review your PR. They might suggest changes or improvements. Make sure to address any comments or feedback.
  7. Merge: Once your PR is approved, it will be merged into the main codebase. Congratulations, and thank you for your contribution!

For any questions or discussions, please open an issue or join our community chat.

Commit Message Convention

We follow the Conventional Commits specification for our commit messages. This leads to more readable messages that are easy to follow when looking through the project history.

Format

Each commit message consists of a header, a body, and a footer. The header has a special format that includes a type, an optional scope, and a description:

<type>(<scope>): <description>

[optional body]

[optional footer]

For example:

fix(server): fix crash on start-up

The application crashed on start-up due to an environment variable missing. This commit ensures that the application checks for the environment variable before start-up.

Types

We primarily use the following commit types:

  • fix: Patches a bug in your codebase.
  • feat: Introduces a new feature to the codebase.
  • BREAKING CHANGE: An API change that breaks backward compatibility.
  • chore: Regular code maintenance.
  • docs: Documentation only changes.
  • style: Changes that do not affect the meaning of the code (white-space, formatting, etc).
  • refactor: A code change that neither fixes a bug nor adds a feature.
  • perf: A code change that improves performance.
  • test: Adding missing tests or correcting existing ones.

For more details, visit the Conventional Commits website.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chain_harvester-0.36.2.tar.gz (53.9 kB view details)

Uploaded Source

Built Distribution

chain_harvester-0.36.2-py3-none-any.whl (65.0 kB view details)

Uploaded Python 3

File details

Details for the file chain_harvester-0.36.2.tar.gz.

File metadata

  • Download URL: chain_harvester-0.36.2.tar.gz
  • Upload date:
  • Size: 53.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure

File hashes

Hashes for chain_harvester-0.36.2.tar.gz
Algorithm Hash digest
SHA256 f07b12717db96358e4e94c2f66f38a97cdf572e1fcf367d8f9e2ff18be192109
MD5 b7c3d0a1f05a6421068650e924de20c8
BLAKE2b-256 402e23edf94defe67cdf95260dd7a70b2fee5b8784288a27a7fe2006e6c37043

See more details on using hashes here.

File details

Details for the file chain_harvester-0.36.2-py3-none-any.whl.

File metadata

  • Download URL: chain_harvester-0.36.2-py3-none-any.whl
  • Upload date:
  • Size: 65.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure

File hashes

Hashes for chain_harvester-0.36.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a8acbe9f7a3c2e97c480fb2a52e7babf0bcd1a5f191656a86c0f73cd8db4903
MD5 c791de0de9625ea08f519bbd308a1d9a
BLAKE2b-256 1a30c0176d0f2caa88f6a4d4f3572634e3d449213fcf92870975d2aaa42e3d1b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page