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
13K Views
0 Votes 1 Answers 13K Views
As far as I understand, NFTs in TON are just smart contracts that implement a specific interface. Suppose I create a wallet, an explorer or some other produc...
one year ago
0 Votes
2 Answers
13K Views
0 Votes 2 Answers 13K Views
The set_code() function can be used to alter the code of a smart contract. But while it's easy in theory, it would be great to see an example to fully unders...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Consider a situatiton where your Toncoins are used in staking, and someone malicious gets to know your seed phrase. This person can access the wallet, but ca...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Suppose I use getTransactions, but instead of getting all of them I'm interested only ones that happened during the current month. How do I do that? --- > Th...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I'm used to timestamps in Unix time, where digits stand for the seconds passed since 1970. Logical time on TON is also a long number, but it seems different....
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
One Toncoin consists of one billion (10 to the power of 9) nanotons. So when dealing with Toncoins, you sometimes need to multiply by a billion. What about J...
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
13K Views
0 Votes 0 Answers 13K Views
Recently a TON update allowed users to send transactions with end-to-end encrypted text messages. Do I get it right that the encryption happens client-side a...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Is there a conventional way to concatenate two strings using FunC? --- > This question was imported from Telegram Chat: https://t.me/tondev/130472
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
It's known that coins in the testnet are not "real". But are the testnet fees in those coins exactly the same as the gas fees in mainnet? If a transaction re...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
For many applications it's not reasonable to put all their data on the blockchain. So they need separate hosting for the things like a database, but they mig...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
The cell structure on TON has strict limitations, it can contain up to 1023 bits and up to 4 references to other cells. But where does this reference limitat...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Nodes typically use SSDs, because they have faster access speed than HDDs. But an archive node needs lots of space, and SSDs storage is expensive. So maybe t...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I need to send Toncoins to many different wallets at once. So instead of sending lots of transactions one by one, I would be happy to use something that lets...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Could I run a TON Proxy on a Raspberry Pi 400? And what are its minimum system requirements in general? --- > This question was imported from Telegram Chat: ...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Suppose I have a TON wallet address and I want to get all its jetton wallet addresses. How do I get it? Do I need to index all the blockchain for that? --- >...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
I remember there was a function equal_slices in stdlib for comparing two slices, but now at compilation time I get an error saying such a function does not e...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I would like to store data in the smart contract storage in such a way that only the owner of that smart contract could read it. How to achieve it? --- > Thi...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I have a question about the burning mechanism. It seems that the Elector smart contract does not send half of network fees to black hole address. Indeed, the...
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
1 Answers
15K Views
0 Votes 1 Answers 15K Views
How do we validate given address is valid TON address or not? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/31173
one year ago
1 Votes
4 Answers
18K Views
1 Votes 4 Answers 18K Views
In 80%(!) of the cases the 24 secret words generated with the tpay1 wallet generate a different(!) address in newer wallets and dont(!) show wallets assets. ...
one year ago
0 Votes
2 Answers
14K Views
0 Votes 2 Answers 14K Views
I found a strange behavior in func bitwise operation. I don't understand why. slice slice0 = begin_cell().store_coins(123).end_cell().begin_parse(); int resu...
one year 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
15K Views
0 Votes 0 Answers 15K Views
In the EVM ecosystems there are oracles like Chainlink that let smart contracts get random numbers from outside of the blockchain. Is there anything like tha...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Blockchains are meant to be trustless, so it's good when the user can check how some smart contract works instead of trusting its author. Verifying smart con...
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
If there are two dicts and one of them is bigger than other, would the operations like insert require more gas for the bigger one, or would the gas fees be t...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
What's the main way to create a TON wallet (v4r2 version) using JavaScript/TypeScript? --- > This question was imported from Telegram Chat: https://t.me/tond...
one year ago
Show more results questions