P4A Kivy/KivyMD Developer sample & tools.
Project description
ETHBinductor (ETH Contract abi Bind Conductor)
This tool helps to generate web3py bind of etherium contract abi from abi json.
Installation:
pip install ethbinductor
Additional lib for binds:
pip install ethbind
Usage:
Run cli:
python -m ethbinductor
or
python3 -m ethbinductor
else
ethbinductor
Parse abi & get using abi providers:
# Contract (ERC20) load using etherscan http json api (default output to console)
ethbinductor get-abi 0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea --abi-provider etherscan
Save json abi into the file (more providers see in the sources & cli help)
# Contract (ERC20) load using etherscan http json api (save to file)
ethbinductor get-abi 0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea --abi-provider etherscan --output file examples/abi/erc20.json
Translate json abi to the code bind:
# Contract (ERC20) load using file & translate it to native Python binding (default output to console)
ethbinductor abi2py --cls-name ERC20 --abi-provider file examples/abi/erc20.json
# Same, but save translated code to file
ethbinductor abi2py --cls-name ERC20 --abi-provider file examples/abi/erc20.json --output file examples/eth_erc20_bind.py
# Contract (ERC20) load using etherscan & translate it to native Python binding (default output to console)
ethbinductor abi2py --cls-name ERC20 --abi-provider etherscan 0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea
Save Python bind into the file (more providers see in the sources & cli help)
# Contract (ERC20) load using etherscan & translate it to native Python binding (save to file)
ethbinductor abi2py --cls-name ERC20 --abi-provider etherscan 0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea --output file examples/eth_erc20_bind.py
Bind example of ERC20 you can see here with usage example but, first install base lib:
pip install ethbind
TODO: Custom samples & providers (for example to use bscscan with your api key & etc.)
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
ethbinductor-0.0.9.tar.gz
(13.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ethbinductor-0.0.9.tar.gz.
File metadata
- Download URL: ethbinductor-0.0.9.tar.gz
- Upload date:
- Size: 13.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 PyPy/7.3.10 Linux/5.10.194-1-MANJARO-TKG
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
844e41f71ddbe369d1cc476c9d42186a624aa4ed02f1abe0bd32f41ff9509b85
|
|
| MD5 |
c9528e11721a4fe357522172c9c1f8b8
|
|
| BLAKE2b-256 |
d022d0fced880e9839110f6a2ef56612e8490b4bc0f1387f2cdf7998b591e25d
|
File details
Details for the file ethbinductor-0.0.9-py3-none-any.whl.
File metadata
- Download URL: ethbinductor-0.0.9-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 PyPy/7.3.10 Linux/5.10.194-1-MANJARO-TKG
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c598893472269e83e657f3f478093fd86343502383d505a54278935d410d6c73
|
|
| MD5 |
a6373499bac2ff3aa1ae62cf345b2642
|
|
| BLAKE2b-256 |
714e30f3a27372fc5b3b1897b2d2ea7abeb4b7d70a3c4128a44ac46b02f7be2f
|