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 120

Questions 120

Tags
Sorting
Results
per page
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Since I am looking into the multisig project in detail, how can I use the command line in GitHub (https://github.com/akifoq/multisig) using the following com...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Если нода валидатора не участвует в цикле(не хватило средств для участия в выборах) она простаивает или работает как коллатор, или как фишер? В конце года об...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Why is it that during the TonCLI run_tests procedure, already defined comes up even with only having 2 procedures in test file? The error is as follows: [ 1]...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
One of the core on-ramps for TON is the Oracle bridge from BSC and Ethereum. Is this an open source solution? Where is the code located? --- > This question ...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Sometimes it would be convenient if the gas fee for the transactions would be paid by some other account. In the EVM ecosystem there's EIP-2711 for that: htt...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Fully on-chain services are hard to find. I've seen the opinion that business isn't interested in making them because it's much easier to put a part of the s...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Can I calculate the exact fee for a certain transaction? How to do it? --- > This question was imported from Telegram Chat: https://t.me/tondev/122981
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
The store_coins primitive naming seems more modern (it gets rid of the outdated "gram" concept). But I couldn't find store_coins in the official documentatio...
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I know that an NFT collection on TON requires a metadata file in JSON format. Is there some kind of reference file to look at? --- > This question was import...
nft
5 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I'm using an example from the tutorial (https://ton-community.github.io/tutorials/01-wallet /) based on the npm ton library and solve a problem where I have ...
5 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
TON documentation states that "every function in TVM program has an internal integer id by which it can be called". But how exactly can I call a function aft...
5 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Is it possible to send Toncoins and Jettons in the same transaction? If it is, how to do it exactly? --- > This question was imported from Telegram Chat: htt...
5 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
On TON, everything is a cell, and a slice is a cell opened up for reading. But can a slice contain another slice inside? --- > This question was imported fro...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
There are known TVM exit codes ranging from -14 to 38, they are listed on the corresponding documentation page: https://docs.ton.org/learn/tvm-instructions/t...
tvm
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I've previously seen tilde symbol used for bitwise NOT in other programming languages, so placing ~ before some X means "not X". But it seems in FunC it work...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I have a cell that in the HEX view has an underscore at the end: x{6800.....690C_}. What does it mean? --- > This question was imported from Telegram Chat: h...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Suppose we check for two conditions at the same time: if( (a == b) & (b == c) ). If a is not equal to b, that makes the first condition false. And that means...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K 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...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K 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 ...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I have a balance on the Whales pool. Can you take it out?
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K 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
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
There's a main TON monorepo that includes cryptography: https://github.com/ton-blockchain/ton There's also TON Connect. As far as I understand, instead of th...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
4 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I've read in the TON whitepaper that smart contacts in TON can change their code. But if I simply change the code myself and deploy the contract, it gets a n...
4 months ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K 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
4 months ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Case 1: () recv_internal(int my_balance, int msg_value, cell in_msg_full, slice in_msg_body) impure { slice cs = in_msg_full.begin_parse(); int flags = cs~lo...
4 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There is an item at the end of roadmap in the TON website that mentions "Bitcoin & EVM Workchains". Is there any reading material available on that? It's men...
4 months 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 ...
4 months ago
Show more results questions