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

   
1 Votes
1 Answers
12K Views
1 Votes 1 Answers 12K 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...
11 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K 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
13K Views
0 Votes 1 Answers 13K Views
I know theoretically that a smart contract can deploy another smart contract. But is there an public example of it to learn from? --- > This question was imp...
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
0 Answers
4K Views
0 Votes 0 Answers 4K 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...
5 months ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Can an NFT collection on TON consist of a million items or it's too much? Is there a size limit and how big is it? --- > This question was imported from Tele...
nft
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
FunC standard library includes Lisp-style lists. TON documentation describes them and their basic functionality like adding an element to the beginning of a ...
11 months ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
In modular arithmetic there is such a thing as modular multiplication. Does it have a built-in support in FunC? --- > This question was imported from Telegra...
12 months ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Suppose I send an external message to some smart contract, and it reacts by sending several internal messages. These messages were generated "together" and w...
11 months 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
16K Views
0 Votes 1 Answers 16K Views
I'm coming from EVM ecosystem. I know there are explorers on TON, but the ones I've seen yet provide information regarding a specific wallet address. And I'm...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
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
what is the shortcut key for building project on blueprint
9 months ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
What makes TON a game changer in competition with numerous Layer 1 competitors is its synergy with Telegram. ? This is because it is tailored to . One of the...
9 months ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
FunC is the primary language used to program smart contracts on TON, but are there ways to use other programming languages to write smart contracts in progra...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I would like to test the deployment and execution of smart contracts on my local network. I'm looking for a rapid system that I can spin up so that I don't n...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
The main source of knowledge about Fift language is the whitepaper, available at https://ton.org/fiftbase.pdf. It is useful, but are there other articles, vi...
one year ago
0 Votes
2 Answers
17K Views
0 Votes 2 Answers 17K Views
I know there are multiple TON wallets for different platforms. Can you name some open source ones for iOS? --- > This question was imported from Telegram Cha...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I mostly work with Java, so it would be convenient for me to develop on TON using that language. Are there any Java libraries to work with TON? --- > This qu...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
Are there functions for working with dates in FunC? Is it possible to get the current date or something like that? --- > This question was imported from Tele...
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 ...
11 months ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K 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
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Do I get it right that there is no implementation of a floating-point numbers type such as float in FunC? --- > This question was imported from Telegram Chat...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Is there a built-in square root function in the language? And if not, maybe there is a popular library with the optimal implementation? --- > This question w...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
I'd like to know more about emission on TON blockchain. Where can I read about it? Or maybe instead of reading I should use an explorer to check some special...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
I am using TonWeb to get data from a Jetton wallet: javascript let res = new TonWeb.token.jetton.JettonWallet( tonweb.provider, { ownerAddress: new TonWeb.Ad...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
In the ongoing public vote on TON Tokenomics Optimization there was implemented a protection from the "exchange voting" (when someone votes using exchange ad...
one year ago
Show more results questions