-
Notifications
You must be signed in to change notification settings - Fork 11
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
Transaction signing #3
Comments
@ErkanKule Have you found a solution to your question? If so, could you share how to sign a transaction directly in C # |
I'm also interessted if somebody found a solution |
any news? it really should be with some sample code |
I did it this way but im not sure if its correct, but would be nice if u can test ist. private const string SignAlgorithmName = "SHA-256withECDSA"; |
and how do you send it to the blockchain? i appreciate if you send full sample of your solution. |
I have never tried. |
Does anyone have a full example of signing and broadcasting? |
Not with this library, but check this out: |
@MRayp hi, how i can use TronNet with .net framework 4.7 ?? |
I used it in dotnet core... you should implement it in .net 4.7 yourself . |
@MRayp ok. because .net framework does not support grpc ... .thank you |
@maede71 Can multiple inputs and multiple outputs be specified for the transaction? |
@ramincsy2 i dont know. tronprotocol documentation: help; |
@maede71 How do big exchanges manage the wallets of the users? for example: when we want to withdraw TRC20 from our wallets we need to pay fee in TRX, which causes a large amount of fee that is not an economic way for us. wold you please offer any solution for this. |
@maede71 Thank you for your guidance |
@ramincsy2 |
@maede71 |
@ramincsy2 |
@maede71 |
but I can not sign the smart contract for trc20 offline |
it doesn't work! |
@EhsanGhanbari |
Hi ,
There is no sample for transaction signing
I has a transfer contract for TRX ,
I had private key or ECKey too ,
what next to sign trx in c# ?
The text was updated successfully, but these errors were encountered: