Ecosystem plugin for Tenderly support in Ape.
- python3 version 3.9 up to 3.13.
You can install the latest release via pip:
pip install ape-tenderlyYou can clone the repository and use setuptools for the most up-to-date version:
git clone https://github.com/ApeWorX/ape-tenderly.git
cd ape-tenderly
python3 setup.py installThis plugin works as a normal provider for forked mainnet networks only (e.g. Ethereum, Fantom, etc.).
If you know your fork ID (from the Tenderly console) you can use that like this
export TENDERLY_FORK_ID=...If you have an API service that automatically provisions tenderly forks, you can use it like this
export TENDERLY_FORK_SERVICE_URI=...