Helpers for making tron transactions
Run
poetry install
pre-commit install
- Run
./tron_asset_transfer/cli.py transfer --help
- Copy
config.yaml.example
toconfig.yaml
and fill in source and destination values
CLI scripts to transfer TRC-20 tokens on TRON network using python
PythonMIT