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
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I already have a game made with Unity. Can it be "imported" into TON? If it is possible, how do I do that and where do I start? --- > This question was impor...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Functions are called "words" in Fift, and there is a special word word. The whitepaper (https://ton.org/docs/fiftbase.pdf) explains it this way: «word (x – S...
2 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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...
2 years ago
0 Votes
4 Answers
19K Views
0 Votes 4 Answers 19K 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
1 Answers
7K Views
0 Votes 1 Answers 7K Views
TON development world seems to be JavaScript/TypeScript-centered for now. If I know come from Python background, what should I use to develop on TON? --- > T...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K 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 ...
2 years ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
What determines the purity of a function? A) It must only read the function parameters. B) It can read values outside of the function parameters and return a...
2 years ago
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K Views
I got some "wrapped TON" (ERC-20 TON equivalent) via Metamask and I want to "unwrap" it (turn it into regular TON coins). I wonder how to access the bridge s...
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K 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
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
How do you access individual elements of a tuple in FunC using a while loop? As in, say there are 5 values in a tuple. How do I access the "nth" value in my ...
2 years ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Hey all - does anyone know why ther are different addresses between the PoW giver contracts listed here: https://ton.org/docs/#/howto/pow-givers and the ones...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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
TON Connect is a convenient way to authorize a user in a TON dApp. But does it require a website to be used at? Or is it possible to create some dApp that in...
one year ago
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
0 Answers
8K Views
0 Votes 0 Answers 8K 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]...
2 years ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
I read in the TON Whitepaper that TON blockchain supports sharding. How does this mechanism work? How does it allow the network to scale to billions of trans...
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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
1 Answers
9K Views
0 Votes 1 Answers 9K Views
So far, the only wallet that I found that supports staking is TonHub, but it is mobile only and closed source. The official open source and cross-platform TO...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Out of interest, what is the storage fee for a wallet per year? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/23290
2 years ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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
17K Views
0 Votes 0 Answers 17K Views
Did anybody ever complete stress test on ton network? Per my knowledge it has very limited capacity. In addition, the base config allows you to have a master...
2 years ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
On other blockchains there are projects like Tenderly and Pagoda that help with tasks such as smart contract analytics. Are there any alternatives to them in...
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
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
How can I call a function from a smart contract using Python? > This question was imported from Telegram Chat: https://t.me/tondev_eng/27664
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
We have a project written in Solidity. How much effort would it take to move such a project to TON? Does it mean a total rewrite from scratch in FunC, or is ...
2 years ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K 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...
2 years ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K 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
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K Views
What is the minimum stake for a validator? On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the min...
2 years ago
Show more results questions