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
15K Views
0 Votes 0 Answers 15K 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...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Hey all - does anyone know why ther are different addresses between the PoW giver contracts listed here: https://ton.org/docs/#/howto/pow-givers and the ones...
2 Votes
1 Answers
16K Views
2 Votes 1 Answers 16K Views
I am trying to deploy a static website to TON Sites. What is the "ADNL address" used for linking the domain and where can I get it? --- > This question was i...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
As far as I understand, on TON blockchain there is a globally set gas limit, and its value usually stays the same, but hypothetically it could be changed. If...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Is it possible to call a function in a recursive way in FunC? If so, how exactly should I do it? I haven't found it in the FunC documentation, is it covered ...
2 years ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
There is a wallet with a large NFT collection in it. Now I need to transfer all of it to a different wallet. Sending all the NFTs one-by-one feels very ineff...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Suppose there is a web3 blog platform where people follow specific writers. Each follower has its own smart contract. Usually data such as "X follows Y" woul...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you access individual elements of a tuple in FunC using a while loop? As in, say there are 5 values in a tuple. How do I access the "nth" value in my ...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I've been trying to do the following using the uncons function, but it doesn't destructure as I expect it to: (var l, var rvalues) = uncons(values); --- > Th...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Given a frontend that lets users upload files to a server, is there a way to manage uploaded files with a TON smart contract? For example, make the uploaded ...
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
There are numerous libraries for interacting with the TON blockchain, so it might be hard for a new developer to choose. Of course, what is the "best" is a h...
2 years ago
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K Views
Do I get it right that if my smart contract needs to store a string longer than 1023 bits, I should split that thing in parts and make a chain of cells conta...
2 years ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
I would like to know stats on the validators and staking: number of wallets participating in it, amount of coins and so on. There is some info by TON Whales,...
2 years ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K 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
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...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm developing a P2E (play-to-earn) game. There will be probably a lot of small transactions. Is it a good idea to create a custom token on TON blockchain to...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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. ...
2 years ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
When developing multiple smart contracts that interact with each other, what can be used for integration testing without putting them all on testnet every ti...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I'm trying to compile compile fift from the master, I'm getting this linking error: ton/third-party/rocksdb/env/io_posix.cc:686: undefined reference to 'io_u...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
If I want to make a board game, in order to show the fairness of the game, I put all the back-end computing on the blockchain. A board game could require ran...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How is a reference serialized (stored)? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9475
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
It looks like Message X is almost the same as MessageAny. What is the difference? --- > This question was imported from Telegram Chat: https://t.me/tondev_en...
2 years ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
Did anybody ever complete stress test on ton network? Per my knowledge it has very limited capacity. In addition, the base config allows you to have a master...
2 years 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...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I wrote a program in Fift, which included the following code: asm 1 PUSHINT I receive the following error: "PUSHINT: stack underflow" This doesn't make sense...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
2 years ago
0 Votes
1 Answers
26K Views
0 Votes 1 Answers 26K Views
I have a wallet that has a jetton in it but no TON coins, so I can't send the jetton from it. I want to send a bit of TON to the wallet and after that send t...
2 years ago
Show more results questions