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
14K Views
0 Votes 0 Answers 14K Views
Is there a conventional way to concatenate two strings using FunC? --- > This question was imported from Telegram Chat: https://t.me/tondev/130472
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
In the EVM ecosystems there are oracles like Chainlink that let smart contracts get random numbers from outside of the blockchain. Is there anything like tha...
one year ago
0 Votes
2 Answers
22K Views
0 Votes 2 Answers 22K Views
I can't find one in the official extension store, is someone working/getting to work on one?
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
On TON, everything is a cell, and a slice is a cell opened up for reading. But can a slice contain another slice inside? --- > This question was imported fro...
2 years ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K Views
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I am looking for NFT staking tutorial but couldn't found. Like other blockchain i want to create a staking platform for my client and they have collection of...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I probably need to use an off-chain backend for my project, but then my app would not be as decentralized as I want it to be. In the EVM ecosystem there is a...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
According to the documentation, we find the commit() FunC code described as follows: Commits the current state of registers c4 (“persistent data”) and c5 (“a...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Please tell me how to transfer tokens without privatekey, I found only such examples in the documentation. const transaction = { validUntil: Math.floor(Date....
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
I'm trying to deploy my contract to the TON MainNet, but I get an error: bash <> The account that I'm using has a 1.5 TON balance, which should be enough! Wh...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Do I get it right that FunC treats int and (int) (a tuple with only one integer in it) as two different types even though they both are really integers? I ha...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
As far as I understand, usually there is just one shard, but where can I check to see if if changed? --- > This question was imported from Telegram Chat: htt...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Consider a situatiton where your Toncoins are used in staking, and someone malicious gets to know your seed phrase. This person can access the wallet, but ca...
one year ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
What is the minimum stake for a validator? On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the min...
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
One of the core on-ramps for TON is the Oracle bridge from BSC and Ethereum. Is this an open source solution? Where is the code located? --- > This question ...
2 years ago
0 Votes
0 Answers
19K Views
0 Votes 0 Answers 19K Views
Currently it is debated whether or not it is a good idea to temporary freeze the inactive mining wallets. Regardless of the discussion outcome, how exactly s...
2 years ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
i sent ton to my wallet address but the address is in uninit status in tonveiwer i dont have access to my assest now how can i activate the account to see my...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
TON development world seems to be JavaScript/TypeScript-centered for now. If I know come from Python background, what should I use to develop on TON? --- > T...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Is there an API to programmatically get the current conversion rate of TON to a fiat currency? --- > This question was imported from Telegram Chat: https://t...
api
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Technically speaking, masterchain and basechain are similar in many ways. Why does using the masterchain cost much more gas? --- > This question was imported...
2 years ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
On the Tonscan and Tonviewer explorers you can find some general stats numbers on TON. But those two websites provide different numbers of addresses. What ca...
one year ago
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
20K Views
0 Votes 1 Answers 20K 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...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Got this in whitepaper: This appendix contains a formal description of the elliptic curve cryptography currently used in TON, particularly in the TON Blockch...
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
0 Answers
7K Views
0 Votes 0 Answers 7K Views
There are TON domains like user.ton and there is TON DNS system for them. But what about subdomains? Could owner of a domain like user.ton create subdomains ...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
In FunC, if you apply the letter c to a string literal (writing it as "string"c), the crc32 check value of the string is calculated and used instead of the s...
2 years ago
Show more results questions