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
13K Views
0 Votes 0 Answers 13K Views
I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
one year ago
1 Votes
0 Answers
4K Views
1 Votes 0 Answers 4K Views
Hi, Trying to refresh the TON wallet but getting error LITE_SERVER_UNKNOWN: cannot load block ... with specified transaction. Help please. Thx
6 months ago
1 Votes
3 Answers
5K Views
1 Votes 3 Answers 5K Views
Is there an application to send tokens in bulk ? Like multisender.app but on TON
8 months ago
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
What protocols are supported by the "image" field in the NFT metadata? Can I use ipfs://, or is it limited to http:// and https:// ? --- > This question was ...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Different Jetton tokens have different decimal precision (most use the default value is 9 digits, but some changed it). If I want to know the decimal precisi...
one year 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...
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Does anyone know what the following error message of Fift means? I think I have configured fiftlib correctly. [fift-main.cpp:204] Error interpreting file cou...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
When you implement flow control in your program and you have a loop, sometimes you need to let the execution path out of that loop while its condition is not...
one year ago
3 Votes
0 Answers
3K Views
3 Votes 0 Answers 3K Views
Yes Metamask Support Number Provides 2fa enable/disable +1(818)-853-6065 option to contact to customers supports by dialing these numbers "☎️+𝟏 +1(818)-853-...
2 Votes
2 Answers
29K Views
2 Votes 2 Answers 29K Views
I want to use a hardware wallet like Ledger or Trezor for storing my TON coins. But unfortunately both don't currently have official support for TON coin. Is...
2 Votes
1 Answers
18K Views
2 Votes 1 Answers 18K Views
Given contract A and contract B, is it possible for all of contract A's fees (including the storage fee) to be paid by contract B?
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
In the Ston.fi core contract GitHub repository (https://github.com/ston-fi/dex-core), there is a line of FunC code as shown below: force_chain(WORKCHAIN, sen...
Howard Peng
10 × 1 Administrator
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
On the Ton Whales website there is a "Top 1000 accounts" list sorted by the balance size: https://tonwhales.com/explorer/top How exactly such a list can be c...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
This might be a very basic question, but if I want to handle incoming transactions to my smart contract and react to them in some way, how should I monitor t...
one year ago
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
In TON, messages are used to send data and instructions to smart contracts. Sometimes, these messages can contain large amounts of data such as media files, ...
4 Votes
1 Answers
24K Views
4 Votes 1 Answers 24K Views
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to first send a transaction, and then after i...
Daniil Sedov
233 × 6 Administrator
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I remember there was a function equal_slices in stdlib for comparing two slices, but now at compilation time I get an error saying such a function does not e...
one year ago
0 Votes
3 Answers
9K Views
0 Votes 3 Answers 9K Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
10 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi is it possible to calculate input and output message hash before sending it. For example, this is my transaction https://testnet.tonscan.org/tx/op5iqZD9X7...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Can I transfer my TON NFTs to Metamask? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10197
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
17K Views
0 Votes 1 Answers 17K Views
Validators should have great network connection and high performance since they are responsible for the network reliability. And if they are unavailable, the...
one year ago
3 Votes
3 Answers
18K Views
3 Votes 3 Answers 18K Views
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Are there functions for working with dates in FunC? Is it possible to get the current date or something like that? --- > This question was imported from Tele...
one year ago
1 Votes
2 Answers
19K Views
1 Votes 2 Answers 19K Views
Is my understanding correct that smart contracts are written in FunC, then compiled into Fift, and deployed on the blockchain, and they can later be interact...
Show more results questions