ledger-dotnet-api icon indicating copy to clipboard operation
ledger-dotnet-api copied to clipboard

get Tron address

Open fa-sa opened this issue 3 years ago • 1 comments

hi How can I get Tron address?

fa-sa avatar Dec 03 '22 11:12 fa-sa

Read up on BIP44 and try something like

KeyPath($"m/84'/195'/0'/0/0");
var address = await LedgerClient.GetWalletPubKeyAsync(path, LedgerClient.AddressType.Legacy, false);

ferib avatar Jun 18 '23 12:06 ferib