/ape-tenderly

Tenderly network provider plugin for the Ape Framework

Primary LanguagePythonApache License 2.0Apache-2.0

Quick Start

Ecosystem plugin for Tenderly support in Ape.

Dependencies

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=...