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
8K Views
0 Votes 1 Answers 8K Views
Is there a size limit for bocs? I've heard values such as 64kb, but I don't know where this limit is defined. --- > This question was imported from Telegram ...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a...
2 years ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
18K Views
0 Votes 1 Answers 18K Views
Hi everione I try to understand logic of work API v4. In general I have a aim to get full graph of messages for some smart-contract call. I use next algorith...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K 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...
2 years ago
2 Votes
2 Answers
12K Views
2 Votes 2 Answers 12K 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
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
If I want to study by example, are there any smart contracts for implementing auction on TON open for everyone to learn from? --- > This question was importe...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I would like to develop a lottery smart contract on TON. This would likely require a source of randomness. How would I start? --- > This question was importe...
2 Votes
2 Answers
14K Views
2 Votes 2 Answers 14K Views
I have problem with telegram toncoin wallet. Yesterday I send some TON assets (called MORFEY) from TONkeeper wallet to Telegram wallet. Here is tx of transac...
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Is it possible to call a function in a recursive way in FunC? If so, how exactly should I do it? I haven't found it in the FunC documentation, is it covered ...
2 years ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
This question has been answered many times before. But people keep asking it again and again, so it is probably a good idea to have the question here, where ...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Is the ice network testnet a workchain on the TON testnet or an entirely independent copy of the TON Network. How do I distinguish between these 2 things? IC...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
Suppose I'm deploying an NFT collection consisting of 1000 items. I would like to know the minting cost in advance. How can I calculate it? --- > This questi...
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
one year ago
1 Votes
1 Answers
10K Views
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Why source addres is so important when a contract address being created? In whitepaper: 2.1.2. Source and destination addresses of a message. ``` Any message...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
2 years ago
2 Votes
2 Answers
31K Views
2 Votes 2 Answers 31K 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...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In FunC, if you apply the letter c to a string literal (writing it as "string"c), the crc32 check value of the string is calculated and used instead of the s...
one year ago
1 Votes
1 Answers
15K Views
1 Votes 1 Answers 15K Views
I'm working on a TON smart contract that may need to store up to 4 million bits. I understand from the TON documentation that this isn't typically recommende...
one year ago
2 Votes
2 Answers
16K Views
2 Votes 2 Answers 16K 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:(...
4 Votes
1 Answers
17K Views
4 Votes 1 Answers 17K Views
Hi there I had set up Trust Wallet and I have its 12-words seed phrase. I know that for other chains (ethereum for example) I can use this phrase to get acce...
one year ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
I want to deploy a new smart contract that I've written. Where can I read how the gas cost of deploying the smart contract in TON is calculated? Is there a c...
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K 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...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
i want to recieve kingy gm from telegram robot, but when i click recieve gm button and its redirect to tonkeeper i recieve this error: Screen: SheetsProvider...
one year ago
Show more results questions