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 494

Questions 494

Tags
Sorting
Results
per page
0 Votes
0 Answers
531 Views
0 Votes 0 Answers 531 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'...
0 Votes
1 Answers
547 Views
0 Votes 1 Answers 547 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-...
9 days ago
0 Votes
0 Answers
567 Views
0 Votes 0 Answers 567 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...
10 days ago
0 Votes
1 Answers
890 Views
0 Votes 1 Answers 890 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 ...
15 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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-...
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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
1K Views
0 Votes 0 Answers 1K 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 ...
26 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I'm interested in becoming a validator but there's a question. I see that some validator pools are marked as "not profitable" because they already have more ...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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 ...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
27 days ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
When you implement flow control in your program and you have a loop, sometimes you need to let the execution path out of that loop while its condition is not...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Using the TON documentation, one can stumble upon tables that have a column with some "x - y" notation, like this one: What exactly does "b - x" mean here? -...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Some of the wallets in TON ecosystem can open both mainnet wallets and testnet wallets, while some support mainnet only. Can MyTonWallet be switched from the...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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:...
27 days ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
In TON software development, everything is a cell. Every cell can reference up to 4 other cells, creating a parent-child relationship. What if I have a speci...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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 ...
27 days ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
27 days ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
In the Ethereum ecosystem there are "lootboxes" that contain several NFTs and can be "opened" to reveal tokens inside. Was that mechanic already implemented ...
nft
27 days ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
The Blueprint project generates a QR code upon choosing "create a deep link". But it shows me a QR that's larger than my computer screen so I can't really sc...
29 days ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I've came to TON ecosystem from Ethereum, and I have Ethereum testnet coins. I know there is Ethereum-TON bridge for mainnet coins. Is there something like t...
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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...
29 days ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
It would be convenient to pay in Toncoins for hosting the offchain parts of a TON project. Is there currently any hosting company allowing that? --- > This q...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There is no native auto-renewal of .ton domains, which can lead to unwanted security issues: if someone fails to renew a domain and another person acquires i...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
I'd like to get updates regarding transactions as soon as possible. Do I get it right that the validators are the first to know about the new transactions, a...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
There are different wallet contract versions on TON, currently going up to the v4r2. Some of the differences between them are well-known, such as plugin supp...
one month ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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 month ago
Show more results questions