Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

get Tron address #34

Open
fa-sa opened this issue Dec 3, 2022 · 1 comment
Open

get Tron address #34

fa-sa opened this issue Dec 3, 2022 · 1 comment

Comments

@fa-sa
Copy link

fa-sa commented Dec 3, 2022

hi
How can I get Tron address?

@ferib
Copy link

ferib commented Jun 18, 2023

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);

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

No branches or pull requests

2 participants