# Quick Start
Ecosystem Plugin for Arbitrum 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 arbitrum
```
or via config file:
```yaml
# ape-config.yaml
plugins:
- name: arbitrum
```
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-arbitrum
```
### 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-arbitrum.git
cd ape-arbitrum
python3 setup.py install
```
## Quick Usage
Installing this plugin adds support for the Arbitrum ecosystem:
```bash
ape console --network arbitrum: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-arbitrum",
"name": "ape-arbitrum",
"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/a2/c7/5614629ef7e8a45ebea92cb336e04bebdc4cf483d3244c4f354612c6c14f/ape-arbitrum-0.8.2.tar.gz",
"platform": null,
"description": "# Quick Start\n\nEcosystem Plugin for Arbitrum 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 arbitrum\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n - name: arbitrum\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-arbitrum\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-arbitrum.git\ncd ape-arbitrum\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Arbitrum ecosystem:\n\n```bash\nape console --network arbitrum: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-arbitrum: Ape Ecosystem Plugin for Arbitrum",
"version": "0.8.2",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-arbitrum"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c7fe6977e6119db8fcf950b616dc5ea77ad12b66374f6f062ed74d02cc837ec2",
"md5": "d2dbc956060791cc4b717fba3950b3e4",
"sha256": "cba2243570c3502d38419951363ea66a1c7d0f1d75aad8b25f4b32848d3001c6"
},
"downloads": -1,
"filename": "ape_arbitrum-0.8.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d2dbc956060791cc4b717fba3950b3e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 10788,
"upload_time": "2024-10-15T22:30:00",
"upload_time_iso_8601": "2024-10-15T22:30:00.107911Z",
"url": "https://files.pythonhosted.org/packages/c7/fe/6977e6119db8fcf950b616dc5ea77ad12b66374f6f062ed74d02cc837ec2/ape_arbitrum-0.8.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a2c75614629ef7e8a45ebea92cb336e04bebdc4cf483d3244c4f354612c6c14f",
"md5": "f0f41718cf49dcf2aca679bd4762e337",
"sha256": "f3bbdd455aa0c5393ca4d98e724771c9933b3700b2b49e102fdd111e1643f569"
},
"downloads": -1,
"filename": "ape-arbitrum-0.8.2.tar.gz",
"has_sig": false,
"md5_digest": "f0f41718cf49dcf2aca679bd4762e337",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 19571,
"upload_time": "2024-10-15T22:30:01",
"upload_time_iso_8601": "2024-10-15T22:30:01.487050Z",
"url": "https://files.pythonhosted.org/packages/a2/c7/5614629ef7e8a45ebea92cb336e04bebdc4cf483d3244c4f354612c6c14f/ape-arbitrum-0.8.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 22:30:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ApeWorX",
"github_project": "ape-arbitrum",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ape-arbitrum"
}