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
3K Views
0 Votes 0 Answers 3K 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...
one year ago
3 Votes
3 Answers
20K Views
3 Votes 3 Answers 20K Views
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
2 years ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Hey TON community, I am building TON-based game that mints some NFTs. My code mostly uses the code from this tutorial and ton/ton-core/ton-crypto libs: My NF...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Is it possible to check what balance a specific wallet had in a specific moment in the past, given in unixtime? Is it possible to do that via Toncenter? --- ...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
I would like to take a look at the source code of wallet contracts (wallet v3 and v4). As far as I understand, both these contracts are open source, but wher...
2 years ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
At the moment I am using public nodes which are quite slow. We want to speed up the TON network that we're working on - do you have any instructions on how t...
2 years ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I am encountering an inconsistency when calling my_address() in different contexts and hope someone can help me understand why this is happening. When I call...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Both FunC and Tact languages can be used for developing on TON. But from what I see, tutorials, questions and other resources are currently focused mostly on...
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I am looking for NFT staking tutorial but couldn't found. Like other blockchain i want to create a staking platform for my client and they have collection of...
2 Votes
0 Answers
11K Views
2 Votes 0 Answers 11K Views
FAQ’s What is observation mode in safepal Hardware wallet?+𝟏+1858-360-5080 How do I contact Safepal wallet by phone?Safepal wallet Support Account: Visit th...
1 Votes
0 Answers
12K Views
1 Votes 0 Answers 12K Views
Yes Metamask Support Number Provides option to contact to customers supports by dialing these numbers " For 2FA Setup dail ☎️+𝟏 +1(818)-853-6065 USA & +𝟏 +...
one year ago
1 Votes
1 Answers
24K Views
1 Votes 1 Answers 24K Views
In order to compile smart contracts in the FunC language I need the executables named func and fift. They are used to compile my FunC source code to TVM byte...
Tal Kol
359 × 3 Administrator
1 Votes
2 Answers
8K Views
1 Votes 2 Answers 8K Views
Hello! I'm trying to upload file to storage, using storage provider, but I can't understand, what to do with a file generated with command of the storage-dae...
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
Hierarchical Deterministic wallets (HD wallets) allow you to use one secret mnemonic and generate many different wallet addresses for the same user. Is this ...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K 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
5K Views
0 Votes 1 Answers 5K Views
In the Bitcoin standard there is concept called "derivation path" defined in BIP32: it is used by hierarchical deterministic wallets to derive keys. How do T...
3 Votes
1 Answers
41K Views
3 Votes 1 Answers 41K Views
How is the gas fee for a transaction on The Open Network calculated?
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
People who own NFTs can keep them in their wallets such as Tonkeeper. But can non-wallet smart contracts be listed as the NFT owners too? Are there any limit...
2 years ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I have some Ton stuck in safepal and when I try to send it to my tonkeeper wallet it just shows the spinning progress logo forever and never changes , and th...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
Suppose you have a TON mainnet wallet address and a testnet wallet address. You try to send some Toncoins from the first wallet and you use the second addres...
one year ago
0 Votes
1 Answers
35K Views
0 Votes 1 Answers 35K Views
Some projects like exchanges ask users to include memo (a comment) in the TON coin transaction. What is the purpose, isn't the address enough for identificat...
2 years ago
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
How can I programmatically create a TON wallet using .NET Core?
2 years ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Is there a way that you can access the TON payments system via a Telegram bot? Is there an API that goes along with it? --- > This question was imported from...
2 years ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K 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
6K Views
0 Votes 0 Answers 6K Views
Suppose we check for two conditions at the same time: if( (a == b) & (b == c) ). If a is not equal to b, that makes the first condition false. And that means...
2 years 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
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
To be a validator, do you need a server, or is it possible with a normal PC? As long as it meets the requirements, it should be ok, right? --- > This questio...
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
One of the core on-ramps for TON is the Oracle bridge from BSC and Ethereum. Is this an open source solution? Where is the code located? --- > This question ...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Is subwallet_id the same as workchain_id in TON network? ---- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2696
2 years ago
Show more results questions