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
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I wrote a program in Fift, which included the following code: asm 1 PUSHINT I receive the following error: "PUSHINT: stack underflow" This doesn't make sense...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
It's not exactly a technical question, but when you develop on TON, sometimes you need to show the logos of the technologies used. Do FunC and other TON-rela...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
In the ongoing public vote on TON Tokenomics Optimization there was implemented a protection from the "exchange voting" (when someone votes using exchange ad...
one year ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
What is the best place to find developer documentation for TON?
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Hi, I transferred my TG NFT username to another wallet, but the transfer has not happened yet. The transaction generated exit code 206. Is this normal? Can s...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K 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
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Is the ice network testnet a workchain on the TON testnet or an entirely independent copy of the TON Network. How do I distinguish between these 2 things? IC...
6 months ago
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
The fragment.com website shows some of usernames that can be bought but hides others saying "and 1.68K+ more". Is there a way to get the full list of those 1...
one year ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hello, regarding the API documentation, how can I create a new address? I didn't see any examples for address creation and sending transactions. Could you pl...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Fully on-chain services are hard to find. I've seen the opinion that business isn't interested in making them because it's much easier to put a part of the s...
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
The pytonlib is the commonly used python package for TON, but they don't have many examples. How do I create a TON address, check the transactions of the add...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Is subwallet_id the same as workchain_id in TON network? ---- > This question was imported from Telegram Chat: https://t.me/tondev_eng/2696
one year ago
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Is it possible to programmatically monitor what smart contracts were deployed on TON on any given day? Not just general statistics "how much contracts were d...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I would like to create a crypto wallet and wanted to find out whether TON has a Facebook-like console that provides developers with keys or a secret API Key ...
one year ago
0 Votes
0 Answers
11K Views
0 Votes 0 Answers 11K Views
Usually new blocks on TON blockchain are formed every new seconds so there's no reason to worry about waiting too long. But I've heard that under some circum...
one year ago
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
Do I get it right that if my smart contract needs to store a string longer than 1023 bits, I should split that thing in parts and make a chain of cells conta...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Pseudo-anonymity is important for crypto. How do I get TON without KYC? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/8312
one year ago
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Suppose there is a mutex that locks some operations in the smart contract waiting for some other execution chains outside of the smart contract to finish. Is...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I want to understand how TON as a blockchain works. I aim to understand: 1. Ton Virtual Machine 2. Blockchain Consensus I come from a Solidity background. Ar...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
TON whitepapers are helpful for a developer, but they are hard to read, especially when English is not your native language. Maybe there are community transl...
one year ago
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
4K Views
0 Votes 0 Answers 4K Views
How to generate address from seed phrase in Python? Как сгенерировать адресс из seed фразы на питоне?
6 months ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
I want to develop different things on TON, like: * Smart contracts * Telegram bots * Dapps What programming languages can be used for building these things? ...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
If I want to take a block of transactions from TON blockchain and sort all of them in the order of execution, how should I do it? --- > This question was imp...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
Hierarchical Deterministic wallets (HD wallets) allow you to use one secret mnemonic and generate many different wallet addresses for the same user. Is this ...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
So far, the only wallet that I found that supports staking is TonHub, but it is mobile only and closed source. The official open source and cross-platform TO...
0 Votes
0 Answers
14K Views
0 Votes 0 Answers 14K Views
Does anyone know what the following error message of Fift means? I think I have configured fiftlib correctly. [fift-main.cpp:204] Error interpreting file cou...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I'm used to timestamps in Unix time, where digits stand for the seconds passed since 1970. Logical time on TON is also a long number, but it seems different....
one year ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Web3 aims to be decentralized, but it's not always so in reality. Sometimes there is a "higher power" that can intervene to some degree, such in the case of ...
one year 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? >...
Show more results questions