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
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Hello, TON recently updated the repository with the build documentation, but while building it locally, many errors are coming up , mainly the libsodium file...
8 months ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there an API to programmatically get the current conversion rate of TON to a fiat currency? --- > This question was imported from Telegram Chat: https://t...
api
one year ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
Since there are no derivation paths, I was thinking about using the same 12 word mnemonic, with a password that would be just a string of numbers incrementin...
11 months ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
The pytonlib is the commonly used python package for TON, but they don't have many examples. How do I create a TON address, check the transactions of the add...
one year ago
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
There are numerous libraries for interacting with the TON blockchain, so it might be hard for a new developer to choose. Of course, what is the "best" is a h...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
It is known that TON is designed for scalability and can potentially withstand mass adoption in the future. But since it has not reached its full potential y...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Some programming languages have built-in functions like is_int() helping to check quickly if a specific variable is of type integer or not. Is there somethin...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Is it possible to dump values while developing using toncli? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9234
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Is there an upgradeable standard for TON contracts? For example, in Ethereum, you can deploy proxy-contracts and then upgrade them through OpenZeppelin's upg...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I know there's a project TonAPI that provides REST API to TON blockchain. Is it the only one or are there other projects like that? --- > This question was i...
api
one year ago
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...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Is there a dedicated chat group for validators? I'm looking because I want to discuss updates to MyTonCtrl. --- > This question was imported from Telegram Ch...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I am looking for documentation on how to send payments through TON. --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/10339
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
Many programming languages have a ternary operator, such as booleanExpression ? expression1 : expression2 in Java (if booleanExpression equals true, than exp...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
I have a question that might be silly. If I get it right, declined transactions do not increment the seqno of the sender wallet. Can it lead to a situation w...
one year ago
0 Votes
3 Answers
21K Views
0 Votes 3 Answers 21K Views
When running the command: cmake --build . --target adnl-http-proxy --config Release The build fails with error: msbuild: can not find adnl-http-proxy.vscxpro...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Is it possible to check what balance a specific wallet had in a specific moment in the past, given in unixtime? Is it possible to do that via Toncenter? --- ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Assuming that I am an experienced developer that can properly read protocol level virtual machine programming, what is the repository of the TVM? --- > This ...
one year ago
1 Votes
1 Answers
5K Views
1 Votes 1 Answers 5K 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 ...
8 months ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
How is a reference serialized (stored)? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9475
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K 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
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
9 months ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In the Solidity programming language on the EVM, we need to be mindful of gas usage for each line of code. For now, the difference in gas cost in TON is stil...
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
Is there any call to get the contract address inside it? I cant find anything like that in tvm https://t.me/tondev_eng/363
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
There are TON domains like user.ton and there is TON DNS system for them. But what about subdomains? Could owner of a domain like user.ton create subdomains ...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
The address Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF looks very pretty, holds a lot of TON coins and has a lots of transactions, as can be seen in an...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I get a type check error and I can't understand what line of my code causes it. How can I find out, is there some tool that could help with tracing? --- > Th...
one year ago
Show more results questions