# Quick Start
Ecosystem Plugin for Binance Smart 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 bsc
```
or via config file:
```yaml
# ape-config.yaml
plugins:
- name: bsc
```
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-bsc
```
### 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-bsc.git
cd ape-bsc
python3 setup.py install
```
## Quick Usage
Installing this plugin adds support for the Binance Smart Chain ecosystem:
```bash
ape console --network bsc:mainnet
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ApeWorX/ape-bsc",
"name": "ape-bsc",
"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/e5/9c/696533cb9bc74446734090a081150d4b1f4cfd2fb8aa093d0d441e64d532/ape-bsc-0.8.5.tar.gz",
"platform": null,
"description": "# Quick Start\n\nEcosystem Plugin for Binance Smart 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 bsc\n```\n\nor via config file:\n\n```yaml\n# ape-config.yaml\nplugins:\n - name: bsc\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-bsc\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-bsc.git\ncd ape-bsc\npython3 setup.py install\n```\n\n## Quick Usage\n\nInstalling this plugin adds support for the Binance Smart Chain ecosystem:\n\n```bash\nape console --network bsc:mainnet\n```\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ape-bsc: Ape Ecosystem Plugin for Binance Smart Chain",
"version": "0.8.5",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-bsc"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c3871bad6eb735d5942902efd73d147c5f14f59012043e761ad6ac830e3386b5",
"md5": "c80f047ce969fcf77bff48d70df4de17",
"sha256": "90337c3294a2818704da145018f51496ed5bfe0677a62f57ccab25b404328977"
},
"downloads": -1,
"filename": "ape_bsc-0.8.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c80f047ce969fcf77bff48d70df4de17",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.9",
"size": 8066,
"upload_time": "2024-11-21T17:41:02",
"upload_time_iso_8601": "2024-11-21T17:41:02.574780Z",
"url": "https://files.pythonhosted.org/packages/c3/87/1bad6eb735d5942902efd73d147c5f14f59012043e761ad6ac830e3386b5/ape_bsc-0.8.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e59c696533cb9bc74446734090a081150d4b1f4cfd2fb8aa093d0d441e64d532",
"md5": "fb1c10dcc09fab930f03442ed2fe2e99",
"sha256": "259103af664e75f19bdab9a79396165d18e4d0ed40596afde49ceba58bcbebf2"
},
"downloads": -1,
"filename": "ape-bsc-0.8.5.tar.gz",
"has_sig": false,
"md5_digest": "fb1c10dcc09fab930f03442ed2fe2e99",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.9",
"size": 16234,
"upload_time": "2024-11-21T17:41:03",
"upload_time_iso_8601": "2024-11-21T17:41:03.759813Z",
"url": "https://files.pythonhosted.org/packages/e5/9c/696533cb9bc74446734090a081150d4b1f4cfd2fb8aa093d0d441e64d532/ape-bsc-0.8.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 17:41:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ApeWorX",
"github_project": "ape-bsc",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ape-bsc"
}