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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 377

Questions 377

Tags
Sorting
Results
per page
0 Votes
0 Answers
61 Views
0 Votes 0 Answers 61 Views
In the Bitcoin standard there is concept called "derivation path" defined in BIP32: it is used by hierarchical deterministic wallets to derive keys. How do T...
16 hours ago
0 Votes
1 Answers
258 Views
0 Votes 1 Answers 258 Views
Web3 aims to be decentralized, but it's not always so in reality. Sometimes there is a "higher power" that can intervene to some degree, such in the case of ...
4 days ago
0 Votes
0 Answers
241 Views
0 Votes 0 Answers 241 Views
Is it possible to programmatically monitor what smart contracts were deployed on TON on any given day? Not just general statistics "how much contracts were d...
4 days ago
0 Votes
0 Answers
234 Views
0 Votes 0 Answers 234 Views
In FunC there is a function run_ticktock called in ticktock transactions of special smart contracts. But can such smart contracts work on a basechain, or is ...
4 days ago
0 Votes
0 Answers
236 Views
0 Votes 0 Answers 236 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 ...
4 days ago
0 Votes
0 Answers
243 Views
0 Votes 0 Answers 243 Views
I already have a game made with Unity. Can it be "imported" into TON? If it is possible, how do I do that and where do I start? --- > This question was impor...
4 days ago
0 Votes
0 Answers
240 Views
0 Votes 0 Answers 240 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: ...
4 days ago
0 Votes
0 Answers
242 Views
0 Votes 0 Answers 242 Views
The fragment.com website shows some of usernames that can be bought but hides others saying "and 1.68K+ more". Is there a way to get the full list of those 1...
4 days ago
0 Votes
0 Answers
240 Views
0 Votes 0 Answers 240 Views
I know there is an unofficial Python library "TON Fragment". Are there any other libraries or an official API to interact with fragment.com programmatically?...
4 days ago
0 Votes
0 Answers
243 Views
0 Votes 0 Answers 243 Views
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
0 Votes
0 Answers
240 Views
0 Votes 0 Answers 240 Views
I'm coming from EVM ecosystem. I know there are explorers on TON, but the ones I've seen yet provide information regarding a specific wallet address. And I'm...
4 days ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I've got an error with an exit code 5. TVM exit code list in the documentation says it means "Integer out of expected range": https://docs.ton.org/learn/tvm-...
tvm
one month ago
0 Votes
1 Answers
436 Views
0 Votes 1 Answers 436 Views
Sometimes I encounter "out of gas" error, and it's hard to predict. Are there any best practices on how to deal with that and make sure in advance the code w...
8 days ago
0 Votes
1 Answers
726 Views
0 Votes 1 Answers 726 Views
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
15 days ago
0 Votes
1 Answers
710 Views
0 Votes 1 Answers 710 Views
One of the primary differentiators of TON is the fact that it is an asynchronous block chain. This introduces concepts such as lamport time and crazy orderin...
Jeremy
354 × 5 Administrator
14 days ago
0 Votes
1 Answers
447 Views
0 Votes 1 Answers 447 Views
This is not strictly a programming question, but it is related to the TON development ecosystem. If I am a lone developer interested in TON blockchain, how c...
8 days ago
0 Votes
0 Answers
433 Views
0 Votes 0 Answers 433 Views
Sometimes NFTs are used for granting access to some exclusive content. Let's say there is a Telegram channel or chat that should be available only to owners ...
8 days ago
0 Votes
1 Answers
445 Views
0 Votes 1 Answers 445 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...
8 days ago
2 Votes
1 Answers
2K Views
2 Votes 1 Answers 2K Views
Hello, I'm considering to move my projects from another blockchain to TON but I still don't understand how to handle the asynchronous part. One of my project...
one month ago
0 Votes
1 Answers
473 Views
0 Votes 1 Answers 473 Views
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
10 days ago
0 Votes
1 Answers
485 Views
0 Votes 1 Answers 485 Views
Is there is some way to remove unused smart-contract from TestNet/MainNet to reduce the bloating of the network, and to remove its functionality? --- > This ...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
I’m working on signing a string with private key through connecting Ton Keeper. And I’m building this feature as a Telegram bot, based on demo-telegram-bot. ...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
0 Votes
1 Answers
693 Views
0 Votes 1 Answers 693 Views
I can't find the zero address, or at least send tokens to it correctly. I would like to use the address it to implement burn mechanics for a Jetton. How do I...
14 days ago
0 Votes
1 Answers
690 Views
0 Votes 1 Answers 690 Views
I would like to develop a lottery smart contract on TON. This would likely require a source of randomness. How would I start? --- > This question was importe...
0 Votes
1 Answers
735 Views
0 Votes 1 Answers 735 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
743 Views
0 Votes 1 Answers 743 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...
15 days ago
1 Votes
0 Answers
830 Views
1 Votes 0 Answers 830 Views
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
17 days ago
0 Votes
1 Answers
816 Views
0 Votes 1 Answers 816 Views
How do you define multiple cells in the storage of a contract? clike const data = beginCell() .storeUint(someVar, 64) .storeMaybeSlice() .endCell(); In other...
17 days ago
0 Votes
1 Answers
827 Views
0 Votes 1 Answers 827 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
17 days ago
Show more results questions