# 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/d4/2b/4a2f8f3760e39de2ab3d84ccea9a23335cd10256e575551f04ebdc4104e6/ape-arbitrum-0.8.3.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.3",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-arbitrum"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7728eb92cec44fb5711d62665e00529138bbf5d6e33ed453e5df6d42ba3fe292",
"md5": "818ec4540cacc3a7701cf2db3e83d4ef",
"sha256": "6f484dba7a87e453e4b30a724b6188ee4baae40861e46d01904dbff05b5ecc2a"
},
"downloads": -1,
"filename": "ape_arbitrum-0.8.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "818ec4540cacc3a7701cf2db3e83d4ef",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 10912,
"upload_time": "2024-11-21T17:40:23",
"upload_time_iso_8601": "2024-11-21T17:40:23.769548Z",
"url": "https://files.pythonhosted.org/packages/77/28/eb92cec44fb5711d62665e00529138bbf5d6e33ed453e5df6d42ba3fe292/ape_arbitrum-0.8.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d42b4a2f8f3760e39de2ab3d84ccea9a23335cd10256e575551f04ebdc4104e6",
"md5": "a3cce221445c95445cbcddbefa89e1c6",
"sha256": "bb83acf179ed6c71e46aa4bdf9c7141feaa38b49a4f7315579ec769168b6bd36"
},
"downloads": -1,
"filename": "ape-arbitrum-0.8.3.tar.gz",
"has_sig": false,
"md5_digest": "a3cce221445c95445cbcddbefa89e1c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 19754,
"upload_time": "2024-11-21T17:40:25",
"upload_time_iso_8601": "2024-11-21T17:40:25.541540Z",
"url": "https://files.pythonhosted.org/packages/d4/2b/4a2f8f3760e39de2ab3d84ccea9a23335cd10256e575551f04ebdc4104e6/ape-arbitrum-0.8.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 17:40:25",
"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"
}