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
10K Views
0 Votes 1 Answers 10K Views
What error code should a smart contract use when dealing with an unsupported opcode? Is it up to the smart contract developer, or there is a conventional one...
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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I have a very bad situation. My Atomic wallet have TON. But I can't send it. I get an error: " TON sending operations might not work correcly in Atomic if yo...
5 months ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
In the Ethereum ecosystem there are "lootboxes" that contain several NFTs and can be "opened" to reveal tokens inside. Was that mechanic already implemented ...
nft
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
On the Tonscan and Tonviewer explorers you can find some general stats numbers on TON. But those two websites provide different numbers of addresses. What ca...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
I have a balance on the Whales pool. Can you take it out?
one year ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
How can I run and launch a TON Site on windows server with IIS web server?
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
In general-purpose languages there often is some form of try. Is there anything like that in FunC I could use to validate data in msg_body? > This question w...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
i sent a transaction from my telegram wallet to an Exchange wallet but forgot to Comment, the transaction is not reflecting on the exchange wallet, is there ...
7 months ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
There are special "highload wallets" for those who make lots of transactions (like exchanges). But aren't the regular wallets good enough? They look fast and...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Is the https://docs.ton.org/learn/tvm-instructions/tvm-upgrade-2023-07 upgrade really available on testnet? I'm trying to use ECRECOVER but it returns exit s...
0 Votes
2 Answers
7K Views
0 Votes 2 Answers 7K Views
i have tonk tonkens. i have them in trustwallet. but i cant import this wallet to another ton wallet because it has 12 words and the others have 24. moreover...
8 months ago
0 Votes
4 Answers
15K Views
0 Votes 4 Answers 15K Views
Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
here is my FunC code: C-like forall X -> int is_null (X x) asm "ISNULL"; forall X -> (tuple, ()) push_back (tuple tail, X head) asm "CONS"; forall X -> (tupl...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
What protocols are supported by the "image" field in the NFT metadata? Can I use ipfs://, or is it limited to http:// and https:// ? --- > This question was ...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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...
one year 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
14K Views
0 Votes 0 Answers 14K Views
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
It would be convenient to pay in Toncoins for hosting the offchain parts of a TON project. Is there currently any hosting company allowing that? --- > This q...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
It's known that Tick and Tock transactions are special, they are invoked at the beginning and end of each masterchain block. But does that mean they are for ...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
On TON blockchain the address of a smart contract depends on its code. The set_code() function can change the code of a contract. What happes to the address ...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K 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...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
It is probably a silly question, but it is confusing for a newcomer. What is the difference between msg and msg_body, aside from the type difference? --- > T...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Since it's expensive to store data on-chain, NFT image files are usually stored off-chain. But some people still prefer to store NFT images (at least very sm...
nft
one year ago
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...
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
In the NFT world usually only a link to the image is stored on-chain, and the image file itself is stored somewhere else. It can possibly lead to "link rot" ...
nft
one year ago
Show more results questions