ApeWorX / ape-tenderly

Tenderly network provider plugin for the Ape Framework

Home Page:https://www.apeworx.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tenderly network provider plugin for the Ape Framework

https://www.apeworx.io/

License:Apache License 2.0


Languages

Language:Python 100.0%