Last updated:
0 purchases
apeaurora 0.1.0a3
Ape Aurora Ecosystem Plugin
Ecosystem Plugin for Aurora support in Ape
Dependencies
python3 version 3.7 or greater, python3-dev
Installation
via ape
You can install this plugin using ape:
ape plugins install aurora
or via config file:
# ape-config.yaml
plugins:
- name: aurora
via pip
You can install the latest release via pip:
pip install ape-aurora
via setuptools
You can clone the repository and use setuptools for the most up-to-date version:
git clone https://github.com/albertocevallos/ape-aurora.git
cd ape-aurora
python3 setup.py install
Quick Usage
Installing this plugin adds support for the Aurora ecosystem:
ape console --network aurora:mainnet
Development
Comments, questions, criticisms and pull requests are welcomed.
License
This project is licensed under the Apache 2.0.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.