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.37.1.tar.gz (54.2 kB view details)

Uploaded Source

Built Distribution

chain_harvester-0.37.1-py3-none-any.whl (66.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chain_harvester-0.37.1.tar.gz
  • Upload date:
  • Size: 54.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure

File hashes

Hashes for chain_harvester-0.37.1.tar.gz
Algorithm Hash digest
SHA256 fb269a9d99c4ba3cb874bcbd65b50caaf9d5626667b5249e4a5f6dcea441292b
MD5 67f325bd75bc6176c5f92a3ed266b6bd
BLAKE2b-256 440eccf6b16d822f0b24b9538fe0befa6097cab3577c3322dc1f6e3105c0d677

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chain_harvester-0.37.1-py3-none-any.whl
  • Upload date:
  • Size: 66.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.10 Linux/6.8.0-1014-azure

File hashes

Hashes for chain_harvester-0.37.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8b8d9734e8053d21f1de0c01ea2a8ea3e0d2d3b0fdb73e75fc69505efad33110
MD5 068d72397a0c5e19ed76367a017a7b28
BLAKE2b-256 8ea0ef530264eb8a86d909c58e9f60f5dfa19353711591e8408e70d204d367cb

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