Use the Lighthouse provider plugin to interact with the Ethereum consensus layer via a Lighthouse consensus client.
- python3 version 3.8 or greater, python3-dev
You can install the latest release via pip
:
pip install ape-lighthouse
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-lighthouse.git
cd ape-lighthouse
python3 setup.py install
ape console --network beacon:mainnet:lighthouse
This project is in development and should be considered a beta. Things might not be in their final state and breaking changes may occur. Comments, questions, criticisms and pull requests are welcomed.