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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 with tag ton

Questions with tag ton

Tags
Sorting
Results
per page
0 Votes
1 Answers
119 Views
0 Votes 1 Answers 119 Views
What would be the best method to check if my address received a payment with a specific message? Is 'getTransactions' method okay? ---- This question was imp...
0 Votes
1 Answers
220 Views
0 Votes 1 Answers 220 Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
0 Votes
1 Answers
257 Views
0 Votes 1 Answers 257 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...
8 days ago
0 Votes
1 Answers
93 Views
0 Votes 1 Answers 93 Views
What is the inflation rate for TON? I am also interested in inflation. As far as I know, it is 0.6%. Is it calculated from the total circulating supply (more...
12 days ago
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 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
81 Views
0 Votes 1 Answers 81 Views
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...
12 days ago
0 Votes
0 Answers
70 Views
0 Votes 0 Answers 70 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? --- ...
16 days ago
0 Votes
1 Answers
108 Views
0 Votes 1 Answers 108 Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
0 Votes
1 Answers
109 Views
0 Votes 1 Answers 109 Views
How can I actually register a ton domain? And how to participate in a public auction? > This question was imported from Telegram Chat: > https://t.me/tondev_...
0 Votes
1 Answers
98 Views
0 Votes 1 Answers 98 Views
Is there a way that I can use .ton as a domain name? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9399
19 days ago
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
1 Votes
1 Answers
74 Views
1 Votes 1 Answers 74 Views
I am trying to deploy a static website to TON Sites. What is the "ADNL address" used for linking the domain and where can I get it? --- > This question was i...
22 days ago
0 Votes
1 Answers
96 Views
0 Votes 1 Answers 96 Views
I am getting an error with TonWeb - "tonweb/src/boc/Cell.js:347 const prefix = serializedBoc.slice(0, 4); TypeError: serializedBoc.slice is not a function." ...
29 days ago
0 Votes
1 Answers
84 Views
0 Votes 1 Answers 84 Views
Hello! I have a question regarding crafting a transaction using Tonweb. I attached the SENDER seqno using wallet.methods.seqno().call(), and then sent the tr...
29 days ago
0 Votes
1 Answers
81 Views
0 Votes 1 Answers 81 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 month ago
0 Votes
1 Answers
75 Views
0 Votes 1 Answers 75 Views
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
one month ago
0 Votes
1 Answers
85 Views
0 Votes 1 Answers 85 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
one month ago
0 Votes
1 Answers
128 Views
0 Votes 1 Answers 128 Views
I make transfer request via js-sdk : (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; This co...
0 Votes
1 Answers
104 Views
0 Votes 1 Answers 104 Views
Suppose I own a website and it is not a web3 dApp or something, just a regular old centralized one. On that website I take payments and I would like to accep...
one month ago
0 Votes
1 Answers
130 Views
0 Votes 1 Answers 130 Views
Good day, everyone! I wonder if there's a possibility for users to log in using QR code (like in metamask). I have already added authentication with extensio...
one month ago
1 Votes
1 Answers
258 Views
1 Votes 1 Answers 258 Views
When I execute the toncli run_tests command I get an error: toncli run_tests INFO: 🌈 Start tests INFO: 🥌 Build successfully, check out ./build Loading priv...
0 Votes
1 Answers
357 Views
0 Votes 1 Answers 357 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
397 Views
0 Votes 1 Answers 397 Views
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
3 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
3 months ago
3 Votes
1 Answers
3K Views
3 Votes 1 Answers 3K Views
I have done all instructions from this guide: https://github.com/disintar/toncli/blob/master/INSTALLATION.md After the toncli command, I should have: Unfortu...
4 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
4 months ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Where can I find the format of transactions returned by the TonWeb getTransactions() method? Specifically, the format of the 'message' and 'msg_data' fields ...
5 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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...
5 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I'm interested to see the project's future and how its sales and prices change. Also, is there a roadmap or schedule for the TON DNS project?
5 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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...
5 months ago
Show more results questions