TODO: Description
- python3 version 3.9 up to 3.12.
You can install the latest release via pip:
pip install ape-erpcYou can clone the repository and use setuptools for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-erpc.git
cd ape-erpc
python3 setup.py installConfigure via ape-config.yaml:
erpc:
host: https://my-erpc.domain...
secret: "..." # NOTE: Omit if you don't have oneor pyproject.toml
[tool.ape.erpc]
host = "https://my-erpc.domain..."
secret = "..." # NOTE: Omit if you don't have oneand then launch using any network combo your erpc instance supports via --network <eco>:<net>:erpc
You can also use `APE_ERPC_HOST=...` and `APE_ERPC_SECRET=...` 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.