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 507

Questions 507

Tags
Sorting
Results
per page
7 Votes
1 Answers
15K Views
7 Votes 1 Answers 15K Views
I'm developing a smart contract for TON blockchain in FunC and I'm trying to find a bug in my code. I'm trying to debug the issue and will appreciate somethi...
Tal Kol
340 × 3 Administrator
one year ago
5 Votes
1 Answers
14K Views
5 Votes 1 Answers 14K Views
There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
Tal Kol
340 × 3 Administrator
one year ago
4 Votes
3 Answers
16K Views
4 Votes 3 Answers 16K Views
If I want to hold and store a significant amount of toncoin, what options do I have and what would be the pros and cons of the various approaches from a secu...
3 Votes
1 Answers
15K Views
3 Votes 1 Answers 15K Views
I have done all instructions from this guide: https://github.com/disintar/toncli/blob/master/INSTALLATION.md After the toncli command, I should have: Unfortu...
one year ago
3 Votes
1 Answers
12K Views
3 Votes 1 Answers 12K Views
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
11 months ago
3 Votes
2 Answers
12K Views
3 Votes 2 Answers 12K Views
Are there any oracle services such as ChainLink or data aggregators such as The Graph that support the TON network?
10 months ago
3 Votes
3 Answers
11K Views
3 Votes 3 Answers 11K 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...
10 months ago
3 Votes
2 Answers
14K Views
3 Votes 2 Answers 14K Views
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
Slava Fomin
77 × 2 Administrator
one year ago
2 Votes
1 Answers
3K Views
2 Votes 1 Answers 3K 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...
7 months ago
2 Votes
2 Answers
6K Views
2 Votes 2 Answers 6K Views
I managed to get a list of the validators from the lite-client. The response has a list of validators that look like this value:( validator_addr public_key:(...
2 Votes
2 Answers
15K Views
2 Votes 2 Answers 15K Views
In TON blockchain, when implementing my dapp smart contract in FunC, my contract can accept both internal messages handled by recv_internal() and external me...
Tal Kol
340 × 3 Administrator
2 Votes
1 Answers
14K Views
2 Votes 1 Answers 14K Views
Using the ton.cx explorer as an example, when you click on the tab Contract, in the Data section, a lot of information is displayed. Unfortunately, it is all...
2 Votes
1 Answers
15K Views
2 Votes 1 Answers 15K 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
219 × 6 Administrator
2 Votes
1 Answers
14K Views
2 Votes 1 Answers 14K Views
According to TON whitepaper, the TON blockchain network supports multiple chains. What's the differences between these and which workchain should I use when ...
Tal Kol
340 × 3 Administrator
2 Votes
1 Answers
14K Views
2 Votes 1 Answers 14K Views
There's an existing contract that was deployed by somebody else, for example a token, that has getter methods like get_balance(address) or get_total_supply()...
Tal Kol
340 × 3 Administrator
one year ago
2 Votes
1 Answers
15K Views
2 Votes 1 Answers 15K Views
How is the gas fee for a transaction on The Open Network calculated?
2 Votes
2 Answers
19K Views
2 Votes 2 Answers 19K 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
12K Views
2 Votes 1 Answers 12K 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
2 Votes
3 Answers
12K Views
2 Votes 3 Answers 12K Views
I know there are explorers like Tonscan and Tonapi you can use to see things like transaction details for any address on mainnet. Is there such a service for...
2 Votes
1 Answers
12K Views
2 Votes 1 Answers 12K Views
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
2 Votes
2 Answers
15K Views
2 Votes 2 Answers 15K Views
Is there an API method to query data according to old blocks? For example, specify an old block number and query the TON balance of a wallet. A different exa...
one year ago
1 Votes
0 Answers
2K Views
1 Votes 0 Answers 2K 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 ...
6 months ago
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K 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...
1 Votes
1 Answers
5K Views
1 Votes 1 Answers 5K Views
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
1 Votes
2 Answers
6K Views
1 Votes 2 Answers 6K Views
I found online mentions of projects using Solidity to build for TON instead of using FunC and Fift. Is this really possible to do? I already know Solidity an...
Tal Kol
340 × 3 Administrator
1 Votes
2 Answers
6K Views
1 Votes 2 Answers 6K Views
Hello! I'm trying to upload file to storage, using storage provider, but I can't understand, what to do with a file generated with command of the storage-dae...
1 Votes
1 Answers
4K Views
1 Votes 1 Answers 4K 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
7K Views
1 Votes 1 Answers 7K Views
I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper g...
8 months ago
1 Votes
0 Answers
9K Views
1 Votes 0 Answers 9K Views
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
9 months ago
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
There is a wallet with a large NFT collection in it. Now I need to transfer all of it to a different wallet. Sending all the NFTs one-by-one feels very ineff...
9 months ago
Show more results questions