tron-api-python
tron-api-python copied to clipboard
A Python API for interacting with Tron (TRX)
I had 3 wallets, all of private keys are sent and used by another one last night, be care
Javascript Code for Signing Message: ```javascript const original_message = "557e3517549cf8ed47d8b205654ea2a7" const signedtxn = await tronWeb.trx.sign(original_message); // result 0x862e16c28684bed7162e9a1dd34962882d887610de6c775054ffbad989baec65707b2ba898366c02e9f20730bc2daf54bb7e6d33d77c64f8930f8c9365f5993a1b ``` Python Code for Verifying Signed Message ```python from tronapi import Tron...
Please update the Python lib to allow adding notes when creating transactions. reference: note/memo support for HTTP API: https://github.com/tronprotocol/java-tron/pull/2583 and @fbsobreira 's Python tool: https://github.com/fbsobreira/tron-python-csv-send Thank you.
hi when i run pip3 install tronapi i have this error Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-sazbbhmf/cytoolz/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-4at3hdbj-record/install-record.txt --single-version-externally-managed --compile" failed with...
Using pip install but raised error, did I miss some deps? Thanks! 
Hi I'm new with tron environmennt and looking for a way to generate an account with and mnemonic phrase . how is it possible with this TronApi .
How to calculate TRX address through mnemonics?
While we can transfer trc20 tokens via extensions but I could not find a code to transfer by python, do you have any idea?
#8 30.12 The conflict is caused by: #8 30.12 tronapi 3.1.4 depends on eth-account=0.2.1 #8 30.12 web3 5.20.0 depends on eth-account=0.5.3
Hi Can i found currency with tron-api-python ? from tronapi import Tron ... from tronapi import HttpProvider ... ... full_node = HttpProvider('https://api.trongrid.io') ... solidity_node = HttpProvider('https://api.trongrid.io') ... event_server = HttpProvider('https://api.trongrid.io')...