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
22K Views
0 Votes 1 Answers 22K Views
I'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I keep getting a connection refused error when I run the lite client. Any idea what could be causing the issue? shayan@shayan-pc:/usr/bin/ton$ sudo ./lite-cl...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data us...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Jettons on TON usually have decimal precision value of 9, meaning the smallest amount of a Jetton is 0.000000001 of a coin. I know it's not the only possible...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
I don't fully understand the masterchain/workchain distinction yet. If someone sends me Toncoins, what chain does it send it in? Do I need to use the same ch...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Why there is always only one shard in masterchain for any seqno? For example: https://toncenter.com/api/v2/getMasterchainInfo gives seqno 19586270 then https...
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I have a very bad situation. My Atomic wallet have TON. But I can't send it. I get an error: " TON sending operations might not work correcly in Atomic if yo...
5 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
In the following API link, the server gets the list of items of a collection. https://tonapi.io/v2/nfts/collections/0%3A80d78a35f955a14b679faa887ff4cd5bfc0f4...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K 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
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Is there is some way to remove unused smart-contract from TestNet/MainNet to reduce the bloating of the network, and to remove its functionality? --- > This ...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
one year ago
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K Views
Probably the TON community has already crafted the best regular expression for validating TON addresses. In fact, there could be two expressions: for the raw...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K 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
one year ago
0 Votes
2 Answers
9K Views
0 Votes 2 Answers 9K Views
TON has the technical possibility for subscription-based payments, but I haven't seen it used in practice. Are there such services in TON ecosystem to look a...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Hey TON community,I have some questions that I need your help answering 1. Are there any special tips for recharging, such as lunc , deduct 1 Lunc from the a...
6 months ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Where is it possible to retrieve current TON coin price in USD? Preferably an open API, not a paid one. --- > This question was imported from Telegram Chat: ...
api
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
As far as I understand, a seed phrase (mnemonic words) and a private key are dependent on each other. If I know one of them, can I generate the other from it...
0 Votes
2 Answers
11K Views
0 Votes 2 Answers 11K Views
How do we save an ordinary string in FunC? For example, how do you store the text "A" without making it a slice? --- > This question was imported from Telegr...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K 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 ...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
As far as I understand, on TON blockchain there is a globally set gas limit, and its value usually stays the same, but hypothetically it could be changed. If...
one year ago
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Programming languages often use 0 for "false" and -1 for "true". It works that way in FunC, too. But what about all the other numbers? Do they have a boolean...
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
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Does TON support EVM compatible? ----- > This question was import from: t.me/tondev_eng/2480 >
0 Votes
1 Answers
12K Views
0 Votes 1 Answers 12K Views
Is the code of smart contracts visible to the explorers? Can I use some explorer to see the code of any specific smart contract I'm interested in? --- > This...
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
On TON blockchain the address of a smart contract depends on its code. The set_code() function can change the code of a contract. What happes to the address ...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
Show more results questions