We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to get string wallet address from keyPair?
result have to be '0QBh14OFHZqXqMyAHUio8EZ9FAf5smnkcmb0j533aHtFNcsF' what I see in Tonkeeper wallet
import { TonClient } from "@ton/ton"; import { mnemonicToPrivateKey } from "@ton/crypto"; const mnemonics = [...] const client = new TonClient({ endpoint: 'https://testnet.toncenter.com/api/v2/jsonRPC', }); ;(async () => { const keyPair = await mnemonicToPrivateKey(mnemonics) })()
The text was updated successfully, but these errors were encountered:
@iohem93 @greghub-alt You bitches why not work on good jobs?
Sorry, something went wrong.
No branches or pull requests
How to get string wallet address from keyPair?
result have to be '0QBh14OFHZqXqMyAHUio8EZ9FAf5smnkcmb0j533aHtFNcsF' what I see in Tonkeeper wallet
The text was updated successfully, but these errors were encountered: