Ape plugin for dRPC
- python3 version 3.10 up to 3.13.
You can install the latest release via pip:
pip install ape-drpcYou can clone the repository and use setuptools for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-drpc.git
cd ape-drpc
python3 setup.py installConfigure via ape-config.yaml:
drpc:
host: https://my-drpc.domain...
api_key: "..." # NOTE: Omit if you don't have oneor pyproject.toml
[tool.ape.drpc]
host = "https://my-drpc.domain..."
api_key = "..." # NOTE: Omit if you don't have oneand then launch using any network combo your drpc instance supports via --network <eco>:<net>:drpc
You can also use `APE_DRPC_HOST=...` and `APE_DRPC_API_KEY=...` to set config via environment variables
Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.