معرفی شرکت ها


ape-chainstack-0.5.0a1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ape-chainstack: Ape Ecosystem Plugin for Chainstack
ویژگی مقدار
سیستم عامل -
نام فایل ape-chainstack-0.5.0a1
نام ape-chainstack
نسخه کتابخانه 0.5.0a1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده ApeWorX Ltd.
ایمیل نویسنده admin@apeworx.io
آدرس صفحه اصلی https://github.com/ApeWorX/ape-chainstack
آدرس اینترنتی https://pypi.org/project/ape-chainstack/
مجوز Apache-2.0
# Quick Start Chainstack network provider plugins. This plugin allows using the Ape framework with Chainstack as a node provider in an easy and integrated way. Ape is an innovative smart contract development and testing framework. It is inspired by Brownie, and it has essentially the same syntax. Still, Ape focuses on a more modular approach, allowing us to build and use external plugins to add functionality. ## Table of contents - [Ape Chainstack Plugin](#ape-chainstack-plugin) - [Requirements](#requirements) - [Dependencies](#dependencies) - [Installation](#installation) - [Virtual environment](#virtual-environment) - [Install ape-chainstack via `pip`](#install-ape-chainstack-via-pip) - [Install ape-chainstack via `setuptools`](#install-ape-chainstack-via-setuptools) - [Quick Usage](#quick-usage) - [Development](#development) - [License](#license) ## Requirements - Linux or macOS - Windows Subsystem Linux ([WSL](https://docs.microsoft.com/en-us/windows/wsl/install)) if operating on windows. ### Dependencies - [python3](https://www.python.org/downloads) version 3.8 or greater - python3-dev - MacOS. Should already have the [correct headers if Python is installed with `brew`](https://stackoverflow.com/questions/32578106/how-to-install-python-devel-in-mac-os) - Linux. Install python3-dev with: ```sh sudo apt-get install python3-dev ``` > **Note:** Always check the [Ape docs to find the updated requirements](https://docs.apeworx.io/ape/stable/userguides/quickstart.html#prerequisite). ## Installation Verify the Python version installed: ```sh Python3 --version ``` ### Virtual environment It is recommended to operate in a virtual environment; you will need to [install Ape](https://github.com/ApeWorX/ape#installation) in the virtual environment if you decide to use one. Create a virtual environment. ```sh python3 -m venv /path/to/new/environment ``` > Keep in mind that you can place the virtual environment where you prefer. Then activate it. ```sh source /bin/activate ``` ### Install ape-chainstack via `pip` You can install the latest release via [`pip`](https://pypi.org/project/pip/): ```bash pip install ape-chainstack ``` ### Install ape-chainstack 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-chainstack.git cd ape-chainstack python3 setup.py install ``` Verify that the Chainstack plugin was installed correctly with this command: ```bash ape plugins list ``` It will show a list of all the plugins installed, and Chainstack will be there. ```bash Installed Plugins: chainstack <current version number> ``` ## Quick Usage Follow these steps to sign up on Chainstack, deploy a node, and find your endpoint credentials: 1. [Sign up with Chainstack](https://console.chainstack.com/user/account/create). 1. [Deploy a node](https://docs.chainstack.com/platform/join-a-public-network). 1. [View node access and credentials](https://docs.chainstack.com/platform/view-node-access-and-credentials). > **Note:** At this moment only the Ethereum network is supported. Create an environment variable with your Chainstack node URL in this format `CHAINSTACK_"NETWORK"_URL=ENDPOINT_URL`; for example: ```sh export CHAINSTACK_GOERLI_URL=https://nd-11X-26X-16X.p2pify.com/YOUR_API_KEY ``` Use the command `ape networks list` to see the networks available: ```sh ethereum (default) ├── mainnet │ ├── geth (default) │ └── chainstack ├── ropsten │ ├── geth (default) │ └── chainstack ├── kovan │ └── geth (default) ├── rinkeby │ ├── geth (default) │ └── chainstack ├── goerli │ ├── geth (default) │ └── chainstack └── local (default) ├── geth └── test (default) ``` Use the `--network` command to access the console using your node; for example: ```bash ape console --network ethereum:goerli:chainstack ``` Check the Ape docs to see [how to select a network](https://docs.apeworx.io/ape/stable/userguides/networks.html). Now you are ready to use Ape to develop and test your smart contract, checkout the [Ape Academy](https://academy.apeworx.io/) for tutorials. ## 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.


نیازمندی

مقدار نام
<0.6,>=0.5.0 eth-ape
>=6.0 pytest
- pytest-xdist
- pytest-cov
<7.0,>=6.2.0 hypothesis
<23.0,>=22.6.0 black
<1.0,>=0.971 mypy
<5.0,>=4.0.1 flake8
<2.0.0,>=1.1.0 flake8-breakpoint
<5.0.0,>=4.0.0 flake8-print
<6.0,>=5.10.1 isort
- setuptools
- wheel
- twine
- commitizen
- pre-commit
- pytest-watch
- IPython
- ipdb
<23.0,>=22.6.0 black
<1.0,>=0.971 mypy
<5.0,>=4.0.1 flake8
<2.0.0,>=1.1.0 flake8-breakpoint
<5.0.0,>=4.0.0 flake8-print
<6.0,>=5.10.1 isort
- setuptools
- wheel
- twine
>=6.0 pytest
- pytest-xdist
- pytest-cov
<7.0,>=6.2.0 hypothesis


زبان مورد نیاز

مقدار نام
>=3.8,<4 Python


نحوه نصب


نصب پکیج whl ape-chainstack-0.5.0a1:

    pip install ape-chainstack-0.5.0a1.whl


نصب پکیج tar.gz ape-chainstack-0.5.0a1:

    pip install ape-chainstack-0.5.0a1.tar.gz