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

   
1 Votes
2 Answers
27K Views
1 Votes 2 Answers 27K Views
Is there an API that can create a new TON wallet using code? Creating and deploying are two different steps. So how I can create many uninitialized wallet ad...
2 years ago
1 Votes
1 Answers
20K Views
1 Votes 1 Answers 20K Views
Using the JSON API, I'm attempting to call a get method on a non existing method on a smart contract. I send a POST request to /runGetMethod. { "address": "....
1 Votes
0 Answers
12K Views
1 Votes 0 Answers 12K Views
Hi. I have Ubuntu 20.04 wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh - ok sudo bash install.sh -m lite - [6/6] T...
one year ago
1 Votes
1 Answers
16K Views
1 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...
one year ago
1 Votes
1 Answers
8K Views
1 Votes 1 Answers 8K Views
"Why is the data empty even though I deployed the jetton contract?" the contract is deployed correctly but data is empty https://github.com/toncenter/tonweb/...
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K Views
Is there any implementation of VRF like what Chainlink brought to work in The Open Network? If there is no such contract working in mainnet can anybody help ...
9 months ago
1 Votes
2 Answers
7K Views
1 Votes 2 Answers 7K Views
Hello everyone, please explain: ```` () send_message_back(addr, ans_tag, query_id, body, grams, mode) impure inline_ref { ;; int_msg_info$0 ihr_disabled:Bool...
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
I'm new to TON. I know that each message in TON has its lt (Logical time) to track the order of events. But is logical time unique for each transaction or ca...
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...
1 Votes
0 Answers
18K Views
1 Votes 0 Answers 18K Views
In developing for blockchain it's important to save space, so it seems better to store the dates using 32-bit timestamps instead of 64-bit. But blockchain is...
one year ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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,...
one year ago
1 Votes
0 Answers
18K Views
1 Votes 0 Answers 18K Views
To interact with the outside world blockchains rely on oracles. But I see a problem here. Let's say we have a betting contract that lets users place their be...
one year ago
1 Votes
0 Answers
14K Views
1 Votes 0 Answers 14K Views
I'm trying to create a human-readable transaction graph, but haven't succeed yet. Maybe someone has seen successful examples on other blockchains? --- > This...
one year ago
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
1 Votes
1 Answers
19K Views
1 Votes 1 Answers 19K Views
Blockchains are considered "append-only" and immutable. But I've heard that in the TON world smart contracts can change their own code. So, is it possible fo...
one year ago
1 Votes
0 Answers
5K Views
1 Votes 0 Answers 5K Views
i sent my tsTON to TON wallet in telegram. i didnt receive anything. https://tonviewer.com/transaction/a93a8369d0da61a84d2de27a9d8fc008a80b5386c35529db0f537b...
8 months ago
1 Votes
0 Answers
4K Views
1 Votes 0 Answers 4K Views
Yes Metamask Support Number Provides option to contact to customers supports by dialing these numbers " For 2FA Setup dail ☎️+𝟏 +1(818)-853-6065 USA & +𝟏 +...
7 months ago
1 Votes
0 Answers
4K Views
1 Votes 0 Answers 4K Views
FAQ’s How do I contact Safepal wallet by phone?Safepal wallet Support Account: Visit the Safepal wallet Support Help Center: {Dial the official contact numbe...
1 Votes
0 Answers
6K Views
1 Votes 0 Answers 6K Views
Hi, Trying to refresh the TON wallet but getting error LITE_SERVER_UNKNOWN: cannot load block ... with specified transaction. Help please. Thx
8 months ago
1 Votes
1 Answers
13K Views
1 Votes 1 Answers 13K Views
The following content appears in this whitepaper (https://docs.ton.org/tblkch.pdf): > For instance, each outbound message created in a transaction is assigne...
1 Votes
1 Answers
21K Views
1 Votes 1 Answers 21K Views
What is the difference between addresses that start with EQ and those that start with UQ? There are also addresses that start with kf, but when searched up o...
one year ago
1 Votes
1 Answers
21K Views
1 Votes 1 Answers 21K Views
How can I activate my wallet? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2577
one year ago
1 Votes
0 Answers
16K Views
1 Votes 0 Answers 16K Views
I've been trying to reuse a wallet deleted by DESTROY_ACCOUNT_IF_ZERO (32) flag. The way I do the transfer: Imagine we have 2 wallets: A and B. 1. We transfe...
1 Votes
1 Answers
21K Views
1 Votes 1 Answers 21K Views
TON uses logical time (also known as Lamport time) in messages to track the order of events. But how exactly that time is generated? --- > This question was ...
1 Votes
0 Answers
6K Views
1 Votes 0 Answers 6K Views
Hello, dear TON developpers I'm getting an error when running a getter .ts script. Name of the getter method in the smart contract(it's deployed with the get...
8 months ago
1 Votes
1 Answers
10K Views
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K 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...
one year ago
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
There are extensions for code editors like Visual Studio Code providing syntax highlighting for FunC. Is there anything like that for the vim editor? --- > T...
one year ago
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
What would happen if someone tried to send an internal message with zero ton coins? And if the receiving party calls accept_message(), who would pay the fee?...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
There are numerous APIs that let you get information on TON wallets, NFTs and so on. But is there a known API with methods that provide information on the va...
one year ago
Show more results questions