معرفی شرکت ها


ape-tx-0.6.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

ape-tx: transact from the command line
ویژگی مقدار
سیستم عامل -
نام فایل ape-tx-0.6.0
نام ape-tx
نسخه کتابخانه 0.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Juliya Smith
ایمیل نویسنده juliya@juliyasmith.com
آدرس صفحه اصلی https://github.com/unparallaled-js/ape-tx
آدرس اینترنتی https://pypi.org/project/ape-tx/
مجوز Apache-2.0
# ape-tx Transact using the command line ## Dependencies - [python3](https://www.python.org/downloads) version 3.8 or greater, python3-dev ## Installation ### via `pip` You can install the latest release via [`pip`](https://pypi.org/project/pip/): ```bash pip install ape-tx ``` ### 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/unparalleled-js/ape-tx.git cd ape-tx python3 setup.py install ``` ## Quick Usage Deploy contracts: ```bash ape tx deploy MyContract arg0 arg1 --sender AccountAlias ``` Check balances: ```bash ape tx bal AccountAlias --network ethereum:mainnet ``` Transfer money: ```bash ape tx transfer --from AccountAlias --to 0x8656bDDC790dA239824eE2eA782d350c80AA2Cf4 --value "1 ETH" ``` View transaction traces: ```bash ape tx trace 0x053cba5c12172654d894f66d5670bab6215517a94189a9ffc09bc40a589ec04d ``` Make calls: ```bash ape tx call \ --network "ethereum:mainnet:alchemy" \ --contract 0x0A56d07a0B8Ba800358DdEEb20eb46a618BFBE27 \ --method balanceOf \ 0x8656bDDC790dA239824eE2eA782d350c80AA2Cf4 ``` Make transactions: ```bash ape tx invoke \ --network "ethereum:mainnet:alchemy" \ --contract 0x0A56d07a0B8Ba800358DdEEb20eb46a618BFBE27 \ --method transfer \ --sender AccountAlias \ 0x8656bDDC790dA239824eE2eA782d350c80AA2Cf4 123 ``` ## 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.7,>=0.6.5 eth-ape
- click
>=7.0 pytest
- pytest-xdist
- pytest-cov
<7.0,>=6.2.0 hypothesis
- ape-vyper
>=22.10.0 black
<1,>=0.991 mypy
- types-setuptools
>=5.0.4 flake8
>=5.10.1 isort
>=0.7.16 mdformat
>=0.3.5 mdformat-gfm
>=0.4.1 mdformat-frontmatter
- setuptools
- wheel
- twine
- commitizen
- pre-commit
- pytest-watch
- IPython
- ipdb
>=22.10.0 black
<1,>=0.991 mypy
- types-setuptools
>=5.0.4 flake8
>=5.10.1 isort
>=0.7.16 mdformat
>=0.3.5 mdformat-gfm
>=0.4.1 mdformat-frontmatter
- setuptools
- wheel
- twine
>=7.0 pytest
- pytest-xdist
- pytest-cov
<7.0,>=6.2.0 hypothesis
- ape-vyper


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

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


نحوه نصب


نصب پکیج whl ape-tx-0.6.0:

    pip install ape-tx-0.6.0.whl


نصب پکیج tar.gz ape-tx-0.6.0:

    pip install ape-tx-0.6.0.tar.gz