Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag wallet

Questions with tag wallet

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
Hierarchical Deterministic wallets (HD wallets) allow you to use one secret mnemonic and generate many different wallet addresses for the same user. Is this ...
2 years ago
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K Views
I know there are multiple TON wallets for different platforms. Can you name some open source ones for iOS? --- > This question was imported from Telegram Cha...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...
0 Votes
1 Answers
26K Views
0 Votes 1 Answers 26K Views
I want to create a new wallet on TON blockchain - the wallet is defined by its 24 secret words (the mnemonic phrase). How can I generate this phrase securely...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
It is known that a special "highload wallet" is for those who have lots of transactions. But what exactly do "lots" mean: where is the boundary between "regu...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I would like to take a look at the source code of wallet contracts (wallet v3 and v4). As far as I understand, both these contracts are open source, but wher...
2 years ago
0 Votes
1 Answers
26K Views
0 Votes 1 Answers 26K Views
Are there any examples in Python for signing and sending TON transactions? For example, sending TON coin from one wallet to another. --- > This question was ...
1 Votes
1 Answers
23K Views
1 Votes 1 Answers 23K Views
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
There are different wallet contract versions on TON, currently going up to the v4r2. Some of the differences between them are well-known, such as plugin supp...
one year ago
1 Votes
2 Answers
28K Views
1 Votes 2 Answers 28K Views
Is there an API that can create a new TON wallet using code? Creating and deploying are two different steps. So how I can create many uninitialized wallet ad...
2 years ago
1 Votes
2 Answers
25K Views
1 Votes 2 Answers 25K Views
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Some of the wallets in TON ecosystem can open both mainnet wallets and testnet wallets, while some support mainnet only. Can MyTonWallet be switched from the...
one year ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
one year ago
1 Votes
1 Answers
24K Views
1 Votes 1 Answers 24K Views
What is the difference between addresses that start with EQ and those that start with UQ? There are also addresses that start with kf, but when searched up o...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Does anyone know if multiple addresses correspond to a 24-word mnemonic or if this is a 1:1 relationship between them? On networks like Ethereum, a mnemonic ...
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Hello, regarding the API documentation, how can I create a new address? I didn't see any examples for address creation and sending transactions. Could you pl...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do we validate given address is valid TON address or not? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/31173
one year ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
How can I programmatically create a TON wallet using .NET Core?
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Some of the TON wallets are mobile applications, some are Chrome extensions, some are Telegram bots. But is there any browser extension that supports Firefox...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
TonKeeper is a widely used wallet for TON mainnet, but can I use it with testnet for development purposes? How can I make it connect to testnet? --- > This q...
4 Votes
1 Answers
23K Views
4 Votes 1 Answers 23K Views
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
2 years ago
3 Votes
2 Answers
25K Views
3 Votes 2 Answers 25K Views
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
Slava Fomin
74 × 2 Administrator
2 years ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I see that there is a touch method in the wallet v4 contract: https://github.com/ton-blockchain/wallet-contract/blob/main/func/wallet-v4-code.fc#L90 What exa...
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Is it possible to use a passphrase with a mnemonic seed phrase in TON wallet applications? ---- > This question was imported from Telegram Chat: https://t.me...
0 Votes
2 Answers
33K Views
0 Votes 2 Answers 33K Views
TON wallets are smart contracts that need to be deployed on-chain. But if someone does not deploy their wallet contract, their wallet is unininitialized. Wha...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
Where can I read about the TON Keeper extension and using it for websites (logging in, signing messages)? --- > This question was imported from Telegram Chat...
2 years ago
Show more results questions