Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is difference between tronpy and wallet-cli? #29

Closed
MohseniBigBoy opened this issue Jul 14, 2021 · 3 comments
Closed

What is difference between tronpy and wallet-cli? #29

MohseniBigBoy opened this issue Jul 14, 2021 · 3 comments

Comments

@MohseniBigBoy
Copy link

I run a Tron Full Node to generate new address, send(transfer) and get received by address transactions list (like bitcoin). But I don't know what is difference between tronpy and wallet-cli?

What is difference between client = Tron() and client = Tron(HTTPProvider("http://127.0.0.1:8090"))?
If I can do this works using client = Tron(), so what is benefit of launch a tron node?

@MohseniBigBoy MohseniBigBoy changed the title What is deffente between tronpy and wallet-cli? What is deffence between tronpy and wallet-cli? Jul 14, 2021
@MohseniBigBoy MohseniBigBoy changed the title What is deffence between tronpy and wallet-cli? What is difference between tronpy and wallet-cli? Jul 14, 2021
@congnghiakhiem
Copy link

Tron() will use default config:
CONF_MAINNET = {
"fullnode": "https://api.trongrid.io",
"event": "https://api.trongrid.io",
}

If you have own node, your connection will be faster and more secure

@MohseniBigBoy
Copy link
Author

As another question, what is difference between tronpy and wallet-cli?

@congnghiakhiem
Copy link

Tronpy use for Python. And wallet-cli use for Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants