ape-tx: transact from the command line
Project description
ape-tx
Transact using the command line
Dependencies
- python3 version 3.8 or greater, python3-dev
Installation
via pip
You can install the latest release via pip
:
pip install ape-tx
via setuptools
You can clone the repository and use setuptools
for the most up-to-date version:
git clone https://github.com/unparalleled-js/ape-tx.git
cd ape-tx
python3 setup.py install
Quick Usage
Deploy contracts:
ape tx deploy MyContract arg0 arg1 --sender AccountAlias
Check balances:
ape tx bal AccountAlias --network ethereum:mainnet
Transfer money:
ape tx transfer --from AccountAlias --to 0x8656bDDC790dA239824eE2eA782d350c80AA2Cf4 --value "1 ETH"
View transaction traces:
ape tx trace 0x053cba5c12172654d894f66d5670bab6215517a94189a9ffc09bc40a589ec04d
Make calls:
ape tx call \
--network "ethereum:mainnet:alchemy" \
--contract 0x0A56d07a0B8Ba800358DdEEb20eb46a618BFBE27 \
--method balanceOf \
0x8656bDDC790dA239824eE2eA782d350c80AA2Cf4
Make transactions:
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ape-tx-0.5.0.tar.gz
(18.3 kB
view details)
Built Distribution
ape_tx-0.5.0-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file ape-tx-0.5.0.tar.gz
.
File metadata
- Download URL: ape-tx-0.5.0.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db2669280c28a43047b94529617df8da12e81b71752e7146d58c6f85fc07d0d7 |
|
MD5 | cd73cdd57fcd4e5795c5ed15b74d741f |
|
BLAKE2b-256 | 0c455f965092ef2ab5d235869c87309b1f7d6da4114f86c330e6e8cdf3e2bad5 |
File details
Details for the file ape_tx-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: ape_tx-0.5.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37e0ffad284b6fd3959d881f2ed6d81b0bc40d04f88b9c4c1fc78ae6ac72493b |
|
MD5 | 85acce296254fd065507fb7188fe1dd5 |
|
BLAKE2b-256 | d048c90b30e85a534270159bd83e83fa521f5c4247f1836eeac00e87dedd50d5 |