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
22K Views
0 Votes 1 Answers 22K Views
TON and Everscale have similar roots and should be fairly compatible from a technological perspective. Although they are separate networks with different val...
3 Votes
1 Answers
36K Views
3 Votes 1 Answers 36K Views
How is the gas fee for a transaction on The Open Network calculated?
2 Votes
2 Answers
24K Views
2 Votes 2 Answers 24K 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
3 Votes
1 Answers
24K Views
3 Votes 1 Answers 24K 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
234 × 6 Administrator
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I am working on Ubuntu 22.04. I've downloaded TON binaries from github.com/SpyCheese/ton/actions/runs/3648473538. I've tried using the toncli lib (ton develo...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
one year ago
0 Votes
2 Answers
35K Views
0 Votes 2 Answers 35K Views
I know Metamask but never used it for TON before. Is to possible do to that? And if it is, where I might find settings for the network switch on Metamask wal...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I got some "wrapped TON" (ERC-20 TON equivalent) via Metamask and I want to "unwrap" it (turn it into regular TON coins). I wonder how to access the bridge s...
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
I'm trying to get my head around TON Python libraries. But I don't get how can I send 1 TON coin from a wallet A to wallet B using code. How can I do it?
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
For some reason I can't parse commentary that I receive in a transaction. This commentary is specified when sending ton coins from a wallet to a smart contra...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
How can I print out something in FunC? https://t.me/tondev_eng/9305
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
What's the difference between addr, and Addr, by the way? https://t.me/tondev_eng/9063
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there any more materials on writing those tests? Since I am just joined the TON ecosytem. As far as I understood, in order to test internal command, tests...
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, veri...
1 Votes
2 Answers
24K Views
1 Votes 2 Answers 24K Views
How do I get an RPC endpoint for the TON network, and where can I get relevant documentation for it?
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
What is the best place to find developer documentation for TON?
2 Votes
2 Answers
10K Views
2 Votes 2 Answers 10K 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
359 × 3 Administrator
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
Tal Kol
359 × 3 Administrator
2 Votes
1 Answers
23K Views
2 Votes 1 Answers 23K 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
359 × 3 Administrator
one year ago
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
In order to compile smart contracts in the FunC language I need the executables named func and fift. They are used to compile my FunC source code to TVM byte...
Tal Kol
359 × 3 Administrator
2 Votes
1 Answers
22K Views
2 Votes 1 Answers 22K 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
359 × 3 Administrator
Show more results questions