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 507

Questions 507

Tags
Sorting
Results
per page
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
I haven't used the TonHub Wallet for quite some time. Now, when I open the app, it prompts me for a migration process. However, upon clicking the migration b...
one month ago
0 Votes
1 Answers
256 Views
0 Votes 1 Answers 256 Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
4 days ago
0 Votes
1 Answers
204 Views
0 Votes 1 Answers 204 Views
how to activate a wallet that is inactive even though I made a deposit on it wallet : EQAvQp4cR6N_B-9sciXuwSJMGYPat9GNsr0GbI5vRvMapcXr
3 days ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi I'm just trying to get transactions for the address and getting this error from time to time (few times I got successfull response) request: curl -X 'GET'...
1 Votes
1 Answers
975 Views
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Since there are no derivation paths, I was thinking about using the same 12 word mnemonic, with a password that would be just a string of numbers incrementin...
20 days ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K 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
1 Answers
2K Views
0 Votes 1 Answers 2K Views
For local development I can use track.collect but if I want to get all events from a deployed contract. Which js sdk method I can use?
one month ago
0 Votes
2 Answers
5K Views
0 Votes 2 Answers 5K 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 ...
2 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
what is the shortcut key for building project on blueprint
one month ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
I am trying to generate address from mnemonic, it works for tonkeeper but not working in Trust Wallet, can you help me, I tried all possible parameters from ...
one month ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...
2 months ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
What makes TON a game changer in competition with numerous Layer 1 competitors is its synergy with Telegram. ? This is because it is tailored to . One of the...
one month ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K 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 month ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi there, I've been using the Atomic wallet to store my TON tokens. Unfortunately, I've encountered an issue where it won't allow me to send my assets and di...
2 months ago
0 Votes
2 Answers
12K Views
0 Votes 2 Answers 12K Views
I've created a new wallet. It looks ready to use, but explorers like Tonscan say its state is "inactive". What exactly does it mean? How should I make it act...
10 months ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K 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-...
2 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Hi. I have Ubuntu 20.04 wget https://raw.githubusercontent.com/ton-blockchain/mytonctrl/master/scripts/install.sh - ok sudo bash install.sh -m lite - [6/6] T...
2 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Suppose you have a TON mainnet wallet address and a testnet wallet address. You try to send some Toncoins from the first wallet and you use the second addres...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Some programming languages let assign a variable the result of a logical expression. In FunC that could look like this: int enough? = (s.slice_bits() >= flag...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
It's good when a smart contract needs as little gas as possible for a specific action. So a developer might want to optimize the code, making it use less gas...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
FunC standard library includes Lisp-style lists. TON documentation describes them and their basic functionality like adding an element to the beginning of a ...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Programming languages often use 0 for "false" and -1 for "true". It works that way in FunC, too. But what about all the other numbers? Do they have a boolean...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
As mentioned in this question: "3) Poll for the latest transactions from the Blockchain using your wallet account ID and match the transaction using the pre-...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
Suppose I have a slice that contains a string and I want to read it char by char. How do I do it? --- > This question was imported from Telegram Chat: https:...
3 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
I'd like to see the main smart contract used by STON.fi DEX. Is it open source, and if it is, where can I look at it? --- > This question was imported from T...
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
If there are two numbers, like 1100 and 0011, what is the easiest way to "concatenate" them (not adding, but merging into a single number containing all the ...
3 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
i want to know which address is optional because i have define main wallet address many time. this is working example. i want to short this method if possibl...
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Let func "call" such as: int call((int -> int) f, int x) { return f(x); } But I need to store "f" on smc deployment stage, as initial state. How can I store ...
3 months ago
Show more results questions