-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support for Jettons on TON blockchain #3898
Comments
I dont believe trust wallet supports jettons, unless it's recent. Access to jettons via whatever method they used to derive a private key / address in trust wallet is not currently possible using any known methods for example, using
|
The Trust Wallet core supports this, but the Trust Wallet App does not. As I mentioned earlier, the ECOIN Wallet will soon introduce TON Network, with support for private keys, a 12-word, or 24-word seed phrase, and also Jettons. |
bro stop spamming the githubs this is not an appropriate channel |
I understand your frustration. I just said I will launch what you need to solve your problem, and I apologize if my approach seemed spammy. |
developer community can read the instructions, we dont need to be battered by repeat information. please consider this moving forward. |
Hello, we will begin the development of Ton Jettons in TrustWallet App next week, and will also add Ton Connect. In terms of wallet compatibility, it's important to remember that TrustWallet is a multichain wallet that relies on the widely used standards for generating seed and private keys: BIP39 and BIP44. Regrettably, the Ton architecture has adopted a different approach that we cannot support without compromising compatibility for our users. Nevertheless, it will still be possible to import the private key, and you should be able to see your Ton Jettons within the next weeks. Additionally, you'll be able to access Ton Ecosystem DApps directly within the TrustWallet app. |
Read about the seed: #3188 |
We understand the request, and to ensure complete transparency, incorporating this into the app for smooth user experience would necessitate significant rework and architectural design changes. This is specifically to support a single blockchain with a unique seed generation method. While we're not ruling it out, it's not an update you can expect in the near future. |
That's great news! 👏🏻 You're absolutely correct; it could affect the compatibility for TW users. What's your plan regarding the Webprovider? Are you considering adding support for TON dapps on the Trust Web3 Provider (https://github.com/trustwallet/trust-web3-provider), or will you opt to implement Ton Connect (trustwallet/trust-web3-provider#529)? Also, considering that TON Connect currently lacks a JAVA/KOTLIN library, are you planning to develop something to address this gap? |
Those choice(s) will be made by @y3fers0n & @gastonm5 who are leading this initative. |
@Milerius would you comment about this issue regarding derivation path that seems to be different in TrustWallet ? I guess this would have no issues regarding compromising compatibility for our users. It would be just a choice to be made like other wallets did and be the same so an user importing their words into either wallet funds will appear as expected. If is necessary a significant architectural changes than so be it. At the end at the user's benefit to have a more seamless app for their choice and not have to worry about details like derivation path, private key etc. Importing the private key is always something undesirable because it needs further steps to get this information and it is not as friendly as importing 12 or 24 words. It can be a temporary solution, but not definitive. Good to see there is work going on this topic by TW Team. |
Cool@285 |
Hi @snowkidind, could you please clarify, did you try to send Jettons to an initialized TON address (ever held funds)? If I'm not mistaken, the wallet needs to be initialized so you can transfer Jettons to the address.
|
@snowkidind @ronaldoguedess @ffrediani
But we consider adding support for TON 24-words specific mnemonic for TON chain only in the near future, and if you import it, you can only see TON account. The task is in our roadmap, it requires significant changes in our API |
Hi @ronaldoguedess, yes we plan to add support for X25519 "crypto_box" key exchange protocol to establish TON Connect Session, and also signing a transaction with externally generated data (needed for sendTransaction)
|
Is the team working on it? Deadline? I'm asking because this is very important for the moment. |
@ronaldoguedess, it's estimated to be done early next week |
Just wanted to say that the fix for jettons inadvertently sent to trust wallet was by creating a private key from mnemonic using the derivation path:
|
I didn't understant, could you give more details? |
Hi @ronaldoguedess, X25519 "crypto_box" key exchange protocol is available since 4.1.4 |
Yeah, I saw that, but what can I do with this crypto box? I waiting some sample in Java or Kotlin to use Ton Connect, or the cypto box is to encrypt memo? |
@ronaldoguedess |
I understand that. I was hoping you might implement a way to utilize that directly. However, is there at least a way to connect and interact with TON dApps using injection, similar to what the Trust web3-provider does? I noticed this functionality was added in this commit, but I couldn't find a sample in Java/Kotlin to work with it. |
@ronaldoguedess sorry I can't advise on that, better to create a question at the web3-provider repo.
|
Hi, @satoshiotomakan. Ton network has a new feature for jettons, it's about mintless jettons. I find that trust support custom_payload in Transfer message but not support custom_payload in JettonTransfer message. it seems that if trust do this support, the mintless jettons transfer can be supported. |
Hi @WayneLaw-Crypto, thank you for the note. It's on our roadmap already, but low priority at least for now. I'll let you know once we have any ETA |
Hi @WayneLaw-Crypto, Mintless Jettons support has been added at #4041 |
Gentlemen thanks for supporting TON, there are many wallets on the TON ecosystem that use a 24 word mnemonic but none that use a 12 word.
Further, the method you used to generate the wallet is unknown, and because of this the wallet address you derived from your keygen method does not support Jettons. This becomes an issue when a TON user decides to send Jettons to the TON address the trust wallet generates.
Another wallet has added an import from private key feature to their wallet but alas, the common method is not being used in trust causing peoples funds (like JUSDT) to be lost in the mix.
Can you at a minimum devolve the method you used to create the twelve word mnemonic or create an escape path for mistakenly sent jettons to a trust wallet?
Thanks
See Also:
mytonwalletorg/mytonwallet#62
The text was updated successfully, but these errors were encountered: