-
Notifications
You must be signed in to change notification settings - Fork 123
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
Use trident for tron private chain #113
Comments
I know the goal of trident is to protect your private key. I can just use trident to sign and use HTTP requests to achieve other goals. |
hi, @TOBEACODER7 |
Thanks for your answer! I`ll try it in my project. |
In document
The grpcEndpoint and solidity grpcEndpoint is the IP and port of any node of your private chain, like"xx.xx.xx.xx:50051/50052".
My trouble was successfully solved with this helpful information. |
I want to use trident to sign and broadcast transactions from a normal fullnode instead of a srnode.
And change the code as :
It will lead to an error:
I noticed that the doc of trident: Any node can be used here. What should I do to use fullnode to init wrapper of trident? |
Is there any way to use trident for private chain.
No match function for tron private chain.
The text was updated successfully, but these errors were encountered: