Ethereum based all tool chain for smart contract development kit documentation.
Using it because it is fast and easy. More importantly it runs directly by its own and no more dependencies.
Its much faster to building modules and calling functions on python. Also it can be wrapped into an executable binary on wasm or cpython that runs on natively any platforms.
If you are using PyCharm or similar IDE, all type are ready to show at your finger tips.
pip3 install tronpytool
or upgrade using
sudo pip3 install tronpytool --upgrade
The development of tronpytool contract deployment tools:
Setup (for the early version, we are going to setup the workspace manually. )
Setup the folders: /vault /artifact /deploy_history /deploy_results /factoryabi
It is a all-in-one package with zero setup and configurations that works for multiple architectures. It is lightweight and simple. Build-in ERC20 support and bulk token sending support. Out of the box that comes with solc-compile automation and web3 executions.
- support most of the evm compatible chains
- golang module compile support
- python module compile support
- typescript module compile support
# !/usr/bin/env python
# coding: utf-8
import os
#!/usr/bin/env python
# coding: utf-8
from tronpytool import Tron
from tronpytool import HttpProvider
tron = Tron().setNetwork('nile')
tron.toSun(1)
# result: 1000000
tron.fromSun(1000000)
# result: 1
The example for minting coins with 18 decimal
# !/usr/bin/env python
# coding: utf-8
import os
Documentation is ready here
Also there is a brother library for those who works with EVM network.
PR your link or your github repo here.
Welcome for donation for the good works!