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
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
There are special "highload wallets" for those who make lots of transactions (like exchanges). But aren't the regular wallets good enough? They look fast and...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
I've created a new wallet. It looks ready to use, but explorers like Tonscan say its state is "inactive". What exactly does it mean? How should I make it act...
one year ago
0 Votes
2 Answers
17K Views
0 Votes 2 Answers 17K 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...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K 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
22K Views
0 Votes 1 Answers 22K Views
How can I programmatically create a TON wallet using .NET Core?
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
0 Answers
6K Views
0 Votes 0 Answers 6K 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 ...
8 months ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Do any randomly generated 256 bits constitute a valid Ed25519 private key?" > This question was imported from Telegram Chat: https://t.me/tondev_eng/2728
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
As far as I understand, a seed phrase (mnemonic words) and a private key are dependent on each other. If I know one of them, can I generate the other from it...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Anyone can use one of TON wallet apps, manually create a new wallet with it and get its seed phrase. But what if I need to programmatically create a random s...
one year ago
1 Votes
2 Answers
26K Views
1 Votes 2 Answers 26K 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...
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Back in 2020-2021, I mined TON alongside ETH. This was through TonWhales. The system utilized a Telegram channel to check balance, deposit, withdraw, etc. Ob...
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K 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
2 Answers
24K Views
1 Votes 2 Answers 24K 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
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
2 Answers
28K Views
0 Votes 2 Answers 28K 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...
one year ago
3 Votes
2 Answers
23K Views
3 Votes 2 Answers 23K 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
77 × 2 Administrator
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
4 Votes
3 Answers
25K Views
4 Votes 3 Answers 25K Views
If I want to hold and store a significant amount of toncoin, what options do I have and what would be the pros and cons of the various approaches from a secu...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
How can you obtain a v3r2 address from a v4r2 address of a wallet in the TON network? -- > This question was imported from Telegram Chat: https://t.me/tondev...
1 Votes
1 Answers
20K Views
1 Votes 1 Answers 20K Views
How can I activate my wallet? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2577
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON the wallet address is derived from the combination of a key and a wallet contract. So the same key used with different wallet versions (v4r1, v3r2 and...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
To create a minimal jetton, is the jetton-wallet.fc file within the token-contract GitHub repository really necessary? --- > This question was imported from ...
1 Votes
1 Answers
20K Views
1 Votes 1 Answers 20K 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...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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...
one year ago
1 Votes
1 Answers
21K Views
1 Votes 1 Answers 21K 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
1 Answers
15K Views
0 Votes 1 Answers 15K 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
17K Views
0 Votes 1 Answers 17K Views
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a...
one year ago
Show more results questions