# Quick Start
Ecosystem Plugin for Avalanche (C-Chain) support in Ape
## Dependencies
- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.
## Installation
### via `ape`
You can install this plugin using `ape`:
```bash
ape plugins install avalanche
```
or via config file:
```yaml
# ape-config.yaml
plugins:
- name: avalanche
```
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-avalanche
```
### via `setuptools`
You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:
```bash
git clone https://github.com/ApeWorX/ape-avalanche.git
cd ape-avalanche
python3 setup.py install
```
## Quick Usage
Installing this plugin adds support for the Avalanche ecosystem:
```bash
ape console --network avalanche:mainnet
```
## Development
This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.
Raw data
{
"_id": null,
"home_page": "https://github.com/ApeWorX/ape-avalanche",
"name": "ape-avalanche",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.9",
"maintainer_email": null,
"keywords": "ethereum",
"author": "ApeWorX Ltd.",
"author_email": "admin@apeworx.io",
"download_url": "https://files.pythonhosted.org/packages/53/dd/93380137ed3127e479b97d23bee7f7a358dd4e5093df8c17de25c44f45c3/ape-avalanche-0.8.1.tar.gz",
"platform": null,
"description": "# Quick Start\n\nEcosystem Plugin for Avalanche (C-Chain) support in Ape\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.9 up to 3.12.\n\n## Installation\n\n### via `ape`\n\nYou can install this plugin using `ape`:\n\n```bash\nape plugins install avalanche\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n - name: avalanche\n```\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-avalanche\n```\n\n### via `setuptools`\n\nYou can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:\n\n```bash\ngit clone https://github.com/ApeWorX/ape-avalanche.git\ncd ape-avalanche\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Avalanche ecosystem:\n\n```bash\nape console --network avalanche:mainnet\n```\n\n## Development\n\nThis project is in development and should be considered a beta.\nThings might not be in their final state and breaking changes may occur.\nComments, questions, criticisms and pull requests are welcomed.\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ape-avalanche: Ape Ecosystem Plugin for Avalanche",
"version": "0.8.1",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-avalanche"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2e4c9dd5c336d03dae16ec2b58e5618ec4f14ca0bfb9cbe913c7795e1a852f7f",
"md5": "cb7db417a14044f0af848a2f59e9783d",
"sha256": "3883c7f9eb0e7bebe90e95c22a50cdb80721d51437d37a137c3fffa3850c76f5"
},
"downloads": -1,
"filename": "ape_avalanche-0.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb7db417a14044f0af848a2f59e9783d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 8128,
"upload_time": "2024-11-21T20:12:10",
"upload_time_iso_8601": "2024-11-21T20:12:10.335042Z",
"url": "https://files.pythonhosted.org/packages/2e/4c/9dd5c336d03dae16ec2b58e5618ec4f14ca0bfb9cbe913c7795e1a852f7f/ape_avalanche-0.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "53dd93380137ed3127e479b97d23bee7f7a358dd4e5093df8c17de25c44f45c3",
"md5": "328ae8f98c62760b577bd58c37efb0af",
"sha256": "b68965523c734795cb9b8aec22e87154db8b02611526d1ce28afbbbfdc46a924"
},
"downloads": -1,
"filename": "ape-avalanche-0.8.1.tar.gz",
"has_sig": false,
"md5_digest": "328ae8f98c62760b577bd58c37efb0af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16095,
"upload_time": "2024-11-21T20:12:12",
"upload_time_iso_8601": "2024-11-21T20:12:12.078445Z",
"url": "https://files.pythonhosted.org/packages/53/dd/93380137ed3127e479b97d23bee7f7a358dd4e5093df8c17de25c44f45c3/ape-avalanche-0.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 20:12:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ApeWorX",
"github_project": "ape-avalanche",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ape-avalanche"
}