# Quick Start
Ecosystem Plugin for Scroll support in Ape.
## Dependencies
- [python3](https://www.python.org/downloads) version 3.8 or greater, python3-dev
## Installation
### via `ape`
You can install this plugin using `ape`:
```bash
ape plugins install scroll
```
or via config file:
```yaml
# ape-config.yaml
plugins:
- name: scroll
```
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-scroll
```
### 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/theref/ape-scroll.git
cd ape-scroll
python3 setup.py install
```
## Quick Usage
Installing this plugin adds support for the Scroll ecosystem:
```bash
// sepolia testnet
ape console --network scroll:testnet
// mainnet
ape console --network scroll:mainnet
```
For some potential rpc endpoints, see https://chainlist.org/?search=scroll&testnets=true
## 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/theref/ape-scroll",
"name": "ape-scroll",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4",
"maintainer_email": "",
"keywords": "ethereum",
"author": "James Campbell",
"author_email": "james.campbell@tanti.org.uk",
"download_url": "https://files.pythonhosted.org/packages/13/2c/124954677c02c963f01694d2a382c02053f25686c3bddb705e80c022e5fb/ape-scroll-0.3.0.tar.gz",
"platform": null,
"description": "# Quick Start\n\nEcosystem Plugin for Scroll support in Ape.\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.8 or greater, python3-dev\n\n## Installation\n\n### via `ape`\n\nYou can install this plugin using `ape`:\n\n```bash\nape plugins install scroll\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n - name: scroll\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-scroll\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/theref/ape-scroll.git\ncd ape-scroll\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Scroll ecosystem:\n\n```bash\n// sepolia testnet\nape console --network scroll:testnet\n\n// mainnet\nape console --network scroll:mainnet\n```\n\nFor some potential rpc endpoints, see https://chainlist.org/?search=scroll&testnets=true\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\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ape-scroll: Ape Ecosystem Plugin for Scroll",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/theref/ape-scroll"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "977c55277eb887eb1f0b726ba352ef88a7dc98e021a36a1c853c22e1528ea842",
"md5": "dd38d52c51a8d2dc81bd6a2b401109a1",
"sha256": "45c26571cb84cd921406959e97c43987aac1ab54037339a274bd9033fb70772c"
},
"downloads": -1,
"filename": "ape_scroll-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "dd38d52c51a8d2dc81bd6a2b401109a1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4",
"size": 8971,
"upload_time": "2023-12-22T11:15:02",
"upload_time_iso_8601": "2023-12-22T11:15:02.811270Z",
"url": "https://files.pythonhosted.org/packages/97/7c/55277eb887eb1f0b726ba352ef88a7dc98e021a36a1c853c22e1528ea842/ape_scroll-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "132c124954677c02c963f01694d2a382c02053f25686c3bddb705e80c022e5fb",
"md5": "b28ae47240071cea44cd2e281a3bdef2",
"sha256": "925878f92b50c51af5967f74735c1953cddc4c2005a4d641b3cf813b5d5cda14"
},
"downloads": -1,
"filename": "ape-scroll-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "b28ae47240071cea44cd2e281a3bdef2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4",
"size": 15192,
"upload_time": "2023-12-22T11:15:12",
"upload_time_iso_8601": "2023-12-22T11:15:12.337887Z",
"url": "https://files.pythonhosted.org/packages/13/2c/124954677c02c963f01694d2a382c02053f25686c3bddb705e80c022e5fb/ape-scroll-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-22 11:15:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "theref",
"github_project": "ape-scroll",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ape-scroll"
}