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
2 Answers
37K Views
0 Votes 2 Answers 37K Views
I know Metamask but never used it for TON before. Is to possible do to that? And if it is, where I might find settings for the network switch on Metamask wal...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
TON whitepapers present "Infinite Sharding Paradigm", but I couldn't quite figure it out by reading the whitepapers. Is there another explanation avaliable s...
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
If I want to study by example, are there any smart contracts for implementing auction on TON open for everyone to learn from? --- > This question was importe...
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
14K Views
0 Votes 1 Answers 14K Views
Hi guys, how can I sign a Cell with ton-crypto, or ton-core or in someway, that later can be correctly verified by check_signature or check_data_signature fr...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
One of the most simple and popular ways to create a Telegram chat bot is to use aiogram framework. And one of the most popular ways to provide UI for a servi...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
In explorers such as Tonscan every Jetton page has a field called "mutable" with "yes/no" value in it. What does that mean, what exactly in Jettons is mutabl...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
There is an open source tool minter.ton.org for deploying custom Jettons to mainnet. Is there something like it for testnet? --- > This question was imported...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
How to generate address from seed phrase in Python? Как сгенерировать адресс из seed фразы на питоне?
7 months ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In whitepaper, 2.1.1. Account addresses. we got description in below: The source address and destination address are always present in any message. Normally,...
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Why source addres is so important when a contract address being created? In whitepaper: 2.1.2. Source and destination addresses of a message. ``` Any message...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K 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
0 Answers
14K Views
0 Votes 0 Answers 14K Views
What is the minimum stake for a validator? On GitHub (https://github.com/ton-blockchain/mytonctrl/blob/master/docs/en/nominator-pool.md) I found that the min...
one year ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I'm interested in creating a Jetton (custom token on TON blockchain). Are there some services that let you do that easily? --- > This question was imported f...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
What's the practical utility of internal non-bounceable messages? When would they be useful? --- > This question was imported by Telegram Chat: https://t.me/...
one year ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I'm using the ton-connect to connect the wallet from a bot. however after the user confirms the connection in the wallet, he's being redirected to walletbot....
10 months ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
What is the purpose of the Election contract on the TON blockchain, and why does it have a balance greater than the total stake of all validators combined? >...
0 Votes
1 Answers
24K Views
0 Votes 1 Answers 24K Views
Are there any examples in Python for signing and sending TON transactions? For example, sending TON coin from one wallet to another. --- > This question was ...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
On TON blockchain there are special highload wallets that can send out multiple transactions at once. But they also have a limit — 255 transactions at once. ...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
I would like to track every change regarding Telegram anonymous numbers. They exist as NFTs, so any transaction such as ownership change is stored in the TON...
nft
one year ago
0 Votes
0 Answers
18K Views
0 Votes 0 Answers 18K Views
A question for those who actually run a full node: can you share its usage metrics like traffic consumption, CPU usage, network usage? Preferably using somet...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I wanna build a ton dapp on tg bot, but I cant find the way to switch net work in the official wallet bot. This is the code I forked. https://github.com/ton-...
one year ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
10 months ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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...
one year ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Hi does anyone have any ideas on how a sales tax on jettons could be implemented in theory? i.e. if someone sells jettons on stonfi and takes a TON out of th...
7 months ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
What error code should a smart contract use when dealing with an unsupported opcode? Is it up to the smart contract developer, or there is a conventional one...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K Views
TON Center (toncenter.com) is possibly the best-known service for making API requests, but lately it was not accessible when I needed it. What can be used in...
one year ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
I am encountering an inconsistency when calling my_address() in different contexts and hope someone can help me understand why this is happening. When I call...
one year ago
0 Votes
4 Answers
16K Views
0 Votes 4 Answers 16K Views
Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
It's known that coins in the testnet are not "real". But are the testnet fees in those coins exactly the same as the gas fees in mainnet? If a transaction re...
one year ago
Show more results questions