Ecosystem Plugin for Boba support in Ape
- python3 version 3.7 or greater, python3-dev
You can install this plugin using ape
:
ape plugins install boba
or via config file:
# ape-config.yaml
plugins:
- name: boba
You can install the latest release via pip
:
pip install ape-boba
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/koyo-finance/ape-boba.git
cd ape-boba
python3 setup.py install
Installing this plugin adds support for the Boba ecosystem:
ape console --network boba:mainnet
Comments, questions, criticisms and pull requests are welcomed.
This project is licensed under the MIT.