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
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...
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K 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 ...
2 years ago
1 Votes
1 Answers
24K Views
1 Votes 1 Answers 24K Views
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
Tal Kol
359 × 3 Administrator
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
1 Answers
9K Views
0 Votes 1 Answers 9K Views
What the best way to get all NFTs an address owns? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8851
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
How can I connect MyLocalTon using TonWeb? > This question was imported from Telegram Chat: https://t.me/tondev_eng/1380
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K 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...
2 years ago
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...
4 Votes
1 Answers
26K Views
4 Votes 1 Answers 26K Views
I'm writing a simple DApp on TON blockchain and using the tonweb JavaScript library to interact with it. I need to first send a transaction, and then after i...
Daniil Sedov
233 × 6 Administrator
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
1 Votes
2 Answers
14K Views
1 Votes 2 Answers 14K 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 ...
one year ago
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
11K Views
0 Votes 1 Answers 11K 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
16K Views
0 Votes 1 Answers 16K 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
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
21K Views
0 Votes 1 Answers 21K Views
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
4 Votes
1 Answers
20K Views
4 Votes 1 Answers 20K Views
Hi there I had set up Trust Wallet and I have its 12-words seed phrase. I know that for other chains (ethereum for example) I can use this phrase to get acce...
one year ago
0 Votes
0 Answers
16K Views
0 Votes 0 Answers 16K 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
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 ...
2 years ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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...
2 years ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K 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
2 Answers
9K Views
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
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
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
0 Answers
13K Views
0 Votes 0 Answers 13K 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
6K Views
0 Votes 1 Answers 6K 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
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
0 Answers
7K Views
0 Votes 0 Answers 7K 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...
2 years ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K 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]...
2 years ago
Show more results questions