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 561

Questions 561

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
Since there are no derivation paths, I was thinking about using the same 12 word mnemonic, with a password that would be just a string of numbers incrementin...
11 months ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
TON whitepapers are helpful for a developer, but they are hard to read, especially when English is not your native language. Maybe there are community transl...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
The address Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF looks very pretty, holds a lot of TON coins and has a lots of transactions, as can be seen in an...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I have a very bad situation. My Atomic wallet have TON. But I can't send it. I get an error: " TON sending operations might not work correcly in Atomic if yo...
6 months ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Suppose there is a mutex that locks some operations in the smart contract waiting for some other execution chains outside of the smart contract to finish. Is...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
As far as I understand, in TON NFT it is possible to associate a wallet with a specific NFT so each of NFTs may have its own "balance". So does it mean it is...
nft
one year ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K 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
17K Views
0 Votes 1 Answers 17K Views
What determines the purity of a function? A) It must only read the function parameters. B) It can read values outside of the function parameters and return a...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
I've been trying to create a simple wallet smart contract by myself to learn FunC, but my transactions keep failing with exit code 34. What am I doing wrong?...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
TON testnet went down for some time. Since it's the testing network (not the main one) and it was temporary, it's obviously not a critical issue. But what's ...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Suppose I've created an NFT collection for testing purposes. After the testing I don't need it anymore and would like to get rid of it. Is there "NFT burning...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
For many applications it's not reasonable to put all their data on the blockchain. So they need separate hosting for the things like a database, but they mig...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Is there a way to get the current TON coin price with the TON API? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/27900
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Is the https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07 upgrade really available on testnet? I'm trying to use ECRECOVER but it returns exit s...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
When "throwing" inside a function, is the transaction cancelled? For example, if I send 10 TON from a main account but in a smart contract there an error is ...
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Some projects in the TON ecosystem provide people their smart contracts to see. For example, getgems.io have a GitHub repository with their smart contracts: ...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
UQBrIkn3a4dam3ysKTUc4VCwL2f2FgaQA3qbfGZrQiPi4lee my wallet UQC0lrj3O0af8GotieYsTXChA_wijIIVN7Sd_wkgYLwoHxMv name gate.io https://tonviewer.com/EQBrIkn3a4dam3...
7 months ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I'm using the ton-connect to connect the wallet from a bot. however after the user confirms the connection in the wallet, he's being redirected to walletbot....
9 months ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I would like to make a list of all the active TON wallets. Since all the information on blockchain is public and can be seen in explorers, theoretically it i...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON blockchain the address of a smart contract depends on its code. The set_code() function can change the code of a contract. What happes to the address ...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Suppose I have a TON wallet address and I want to get all its jetton wallet addresses. How do I get it? Do I need to index all the blockchain for that? --- >...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
9 months ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
2 years ago
Show more results questions