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 with tag ton

Questions with tag ton

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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...
2 years ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
What are the websites that support TON Connect? I'd like to see examples of the websites implementing TON Connect. I know there are getgems.io, dedust.io, st...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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
6K Views
0 Votes 0 Answers 6K 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 ...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K 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
0 Answers
15K Views
0 Votes 0 Answers 15K Views
TON Storage isn't meant to be a hosting for all kinds of websites, but it can host static content. Are there any real-life examples of static TON Sites that ...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I’m working on signing a string with private key through connecting Ton Keeper. And I’m building this feature as a Telegram bot, based on demo-telegram-bot. ...
0 Votes
0 Answers
9K Views
0 Votes
2 Answers
8K Views
1 Votes
2 Answers
18K Views
1 Votes 2 Answers 18K Views
Is there anywhere that I can read about how many tokens were allocated to the TON foundation or similar entities in the initial release? Does the TON foundat...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Hello, TON recently updated the repository with the build documentation, but while building it locally, many errors are coming up , mainly the libsodium file...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi is it possible to calculate input and output message hash before sending it. For example, this is my transaction https://testnet.tonscan.org/tx/op5iqZD9X7...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I am using the TON API to fetch transaction data, and I have noticed some discrepancies when using the /getTransactions, /lookupBlock, and /getBlockTransacti...
1 Votes
0 Answers
5K Views
1 Votes 0 Answers 5K Views
I have a storage node & bag in TON storage, and this bag can be obtained from network by other nodes. I set the "site" DNS entry to the bagId (with checkbox ...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
0 Votes
2 Answers
22K Views
0 Votes 2 Answers 22K 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...
2 years ago
3 Votes
1 Answers
24K Views
3 Votes 1 Answers 24K 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...
2 years ago
2 Votes
1 Answers
16K Views
2 Votes 1 Answers 16K 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...
2 years ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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
13K Views
0 Votes 1 Answers 13K Views
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
2 years ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
0 Answers
14K Views
0 Votes 0 Answers 14K 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
1 Answers
19K Views
0 Votes 1 Answers 19K 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." ...
2 years ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Hello, can somebody please provide me with following information: 1. Is there any way to limit wallets, that displayed in modal? For example i want only Tonh...
0 Votes
4 Answers
26K Views
0 Votes 4 Answers 26K Views
TON Keeper is a good wallet for TON, but how do I change it to use the TestNet for development purposes? --- > This question was imported from Telegram Chat:...
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
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
one year ago
Show more results questions