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
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there a built-in way to exponentiate numbers in FunC? If there isn't and it is up to developer to write a function, probably the community has already wri...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Both FunC and Tact languages can be used for developing on TON. But from what I see, tutorials, questions and other resources are currently focused mostly on...
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
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
i have tonk tonkens. i have them in trustwallet. but i cant import this wallet to another ton wallet because it has 12 words and the others have 24. moreover...
8 months ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Where is it possible to retrieve current TON coin price in USD? Preferably an open API, not a paid one. --- > This question was imported from Telegram Chat: ...
api
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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
UQBrIkn3a4dam3ysKTUc4VCwL2f2FgaQA3qbfGZrQiPi4lee my wallet UQC0lrj3O0af8GotieYsTXChA_wijIIVN7Sd_wkgYLwoHxMv name gate.io https://tonviewer.com/EQBrIkn3a4dam3...
6 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
If I want to study by example, are there any smart contracts for implementing auction on TON open for everyone to learn from? --- > This question was importe...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
As recommended, I've been using the RPC provided by toncenter.com. Is there a way to get around this limitation? --- > This question was imported from Telegr...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
How do we validate given address is valid TON address or not? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/31173
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hello there, I send my TPET tokens to the TON address in the telegram wallet by mistake. Under the address is written: Send only Toncoin (TON) to this addres...
5 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
1 Answers
5K Views
0 Votes 1 Answers 5K Views
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
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
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What the best way to get all NFTs an address owns? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8851
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi does anyone have any ideas on how a sales tax on jettons could be implemented in theory? i.e. if someone sells jettons on stonfi and takes a TON out of th...
6 months 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...
9 months ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Is there a way to check how many transactions per second are there currently on the TON blockchain? The tonmon.xyz website is supposed to show this, but for ...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
What if I develop a smart contract on TON but don't want the data included in the initState to be seen by others? Does it mean I need to use encryption? --- ...
one year ago
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
It's not exactly a technical question, but when you develop on TON, sometimes you need to show the logos of the technologies used. Do FunC and other TON-rela...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
So far, the only wallet that I found that supports staking is TonHub, but it is mobile only and closed source. The official open source and cross-platform TO...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
It's known that coins in the testnet are not "real". But are the testnet fees in those coins exactly the same as the gas fees in mainnet? If a transaction re...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
The Sandbox projects allows to emulate arbitrary TON smart contracts and interact with them as if they were deployed on a real network. But is there an optio...
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
I use my old phone to mine TON testnet. When installing, I downloaded wsetup.0.9.2 to the wallet address UQDZtffnYA9P6yeKvR_5MEgxyjKiQ_uzMLiPQP7PvKWSKSyH wit...
5 months ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data us...
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
How do I send jettons with TonWeb? Is there any other way to do it programmatically? --- > This question was imported from Telegram Chat: https://t.me/tondev...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How do you install the FunC plugin in Sublime and Visual Studio? > This question was imported from Telegram Chat: https://t.me/tondev_eng/970 https://t.me/to...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
It's said that TON blockchain is capable of processing millions of transactions per second. That sounds like it only needs to spend a small fraction of a sec...
one year ago
Show more results questions