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
0 Answers
6K Views
0 Votes 0 Answers 6K 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]...
one year ago
0 Votes
0 Answers
3K Views
1 Votes
1 Answers
6K Views
1 Votes 1 Answers 6K Views
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
I am currently working on a project that involves retrieving unordered NFT collection items from the TON blockchain. I have been searching for solutions or e...
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
2 Answers
6K Views
0 Votes 2 Answers 6K Views
hey i wrote smart contract that allow users to send TONs to smart contract address and receive my jettons,everytime i mint new jettons and burn these on my m...
7 months ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
11K Views
0 Votes 1 Answers 11K 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? --- ...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K 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
7K Views
0 Votes 1 Answers 7K Views
I would like to run my own JSON-RPC HTTP API for my TON application. How do I run it so that it's similar to the TON center one? https://toncenter.com/api/v2...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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 year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K 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
0 Answers
6K Views
0 Votes 0 Answers 6K Views
I'm using an example from the tutorial (https://ton-community.github.io/tutorials/01-wallet /) based on the npm ton library and solve a problem where I have ...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K 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
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K 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
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Given a smart contract, how do I deploy it using the TonWeb SDK? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8841
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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." ...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K 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...
6 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
0 Answers
12K Views
0 Votes 0 Answers 12K Views
TON documentation provides all the necessary information for running TON Sites. But since there are not many of them for now, it would be good too see some a...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K 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
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
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
0 Answers
8K Views
0 Votes 0 Answers 8K 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...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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
1 Answers
13K Views
0 Votes 1 Answers 13K Views
https://toncenter.com/api/v2/getTransactions?address=UQCzwxqIw1pt41DND9pgGfAOhJKtQQEgjVcpn0rHxv-4b8Ob&limit=1<=23481826000001&hash=OBInamdujxrUx%2Fqebnhix%2F...
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
Hello is there TON Proxy documentation anywhere? The release was in Q3 2022, shouldn't there be documentation or a white paper? --- > This question was impor...
1 Votes
2 Answers
12K Views
1 Votes 2 Answers 12K Views
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
12 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K 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
Show more results questions