# Ape Pokt Plugin
Pokt Provider plugin for Ethereum-based networks.
## Dependencies
* [python3](https://www.python.org/downloads) version 3.7 or greater, python3-dev
## Installation
### via `pip`
You can install the latest release via [`pip`](https://pypi.org/project/pip/):
```bash
pip install ape-pokt
```
### 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-pokt.git
cd ape-pokt
python3 setup.py install
```
## Quick Usage
First, make sure you have one of the following environment variables set (it doesn't matter which one):
* `WEB3_POKT_PROJECT_ID`
* `WEB3_POKT_API_KEY`
Either in your current terminal session or in your root RC file (e.g. `.bashrc`), add the following:
```
export WEB3_POKT_PROJECT_ID=MY_API_TOKEN
```
To use the Pokt provider plugin in most commands, set it via the `--network` option:
```
ape console --network ethereum:goerli:pokt
```
## 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.
## License
This project is licensed under the [Apache 2.0](LICENSE).
Raw data
{
"_id": null,
"home_page": "https://github.com/ApeWorX/ape-pokt",
"name": "ape-pokt",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7.2,<4",
"maintainer_email": "",
"keywords": "ethereum",
"author": "ApeWorX Ltd.",
"author_email": "admin@apeworx.io",
"download_url": "https://files.pythonhosted.org/packages/65/5e/9fe82faaaea2839dedd1a5f88141d34534c209567f1609369ec556d20ddf/ape-pokt-0.1.2.tar.gz",
"platform": null,
"description": "# Ape Pokt Plugin\n\nPokt Provider plugin for Ethereum-based networks.\n\n## Dependencies\n\n* [python3](https://www.python.org/downloads) version 3.7 or greater, python3-dev\n\n## Installation\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-pokt\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-pokt.git\ncd ape-pokt\npython3 setup.py install\n```\n\n## Quick Usage\n\nFirst, make sure you have one of the following environment variables set (it doesn't matter which one):\n\n* `WEB3_POKT_PROJECT_ID`\n* `WEB3_POKT_API_KEY`\n\nEither in your current terminal session or in your root RC file (e.g. `.bashrc`), add the following:\n```\nexport WEB3_POKT_PROJECT_ID=MY_API_TOKEN\n```\nTo use the Pokt provider plugin in most commands, set it via the `--network` option:\n```\nape console --network ethereum:goerli:pokt\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## License\n\nThis project is licensed under the [Apache 2.0](LICENSE).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ape-pokt: Pokt Provider plugins for Ethereum-based networks",
"version": "0.1.2",
"project_urls": {
"Homepage": "https://github.com/ApeWorX/ape-pokt"
},
"split_keywords": [
"ethereum"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d14ca714b4984ffc8618028dfb8014121f64557504e7bb2445c1ce195e4f5f4e",
"md5": "18ff36a8591425c954b46c40af50eb14",
"sha256": "514fd0a5906708e1737de5883379fda5c45c65178ad06400d0f8cb942439f160"
},
"downloads": -1,
"filename": "ape_pokt-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "18ff36a8591425c954b46c40af50eb14",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7.2,<4",
"size": 8492,
"upload_time": "2023-05-18T14:37:08",
"upload_time_iso_8601": "2023-05-18T14:37:08.448899Z",
"url": "https://files.pythonhosted.org/packages/d1/4c/a714b4984ffc8618028dfb8014121f64557504e7bb2445c1ce195e4f5f4e/ape_pokt-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "655e9fe82faaaea2839dedd1a5f88141d34534c209567f1609369ec556d20ddf",
"md5": "ed7e755759b3ab1fe85a0590f1c280f2",
"sha256": "37b6ba619b005050ddcf9563f5b01ccc3558b3a4e764a40a398c4f033dc9e167"
},
"downloads": -1,
"filename": "ape-pokt-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "ed7e755759b3ab1fe85a0590f1c280f2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7.2,<4",
"size": 15306,
"upload_time": "2023-05-18T14:37:10",
"upload_time_iso_8601": "2023-05-18T14:37:10.222973Z",
"url": "https://files.pythonhosted.org/packages/65/5e/9fe82faaaea2839dedd1a5f88141d34534c209567f1609369ec556d20ddf/ape-pokt-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-18 14:37:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ApeWorX",
"github_project": "ape-pokt",
"github_not_found": true,
"lcname": "ape-pokt"
}