Last updated:
0 purchases
apetenderly 0.7.0b0
Quick Start
Ecosystem plugin for Tenderly support in Ape.
Dependencies
python3 version 3.8 up to 3.11.
Installation
via pip
You can install the latest release via pip:
pip install ape-tenderly
via setuptools
You 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 install
Quick Usage
This 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=...
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.