Ecosystem Plugin for Taraxa support in Ape
- python3 version 3.8 or greater, python3-dev
You can install this plugin using ape:
ape plugins install taraxaor via config file:
# ape-config.yaml
plugins:
- name: taraxaYou can install the latest release via pip:
pip install ape-taraxaYou can clone the repository and use setuptools for the most up-to-date version:
git clone https://github.com/nhaga/ape-taraxa.git
cd ape-taraxa
python3 setup.py installInstalling this plugin adds support for the Taraxa ecosystem:
ape console --network taraxa:mainnetComments, questions, criticisms and pull requests are welcomed.