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
17K Views
0 Votes 1 Answers 17K 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
2 Answers
39K Views
0 Votes 2 Answers 39K 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...
2 years ago
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
1 Answers
5K Views
0 Votes 1 Answers 5K 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...
one year ago
0 Votes
1 Answers
10K Views
0 Votes 1 Answers 10K Views
Can you provide information on the cost of storing data in the TVM TON Blockchain at the current moment? Specifically, how much does it cost to store data us...
1 Votes
1 Answers
13K Views
1 Votes 1 Answers 13K Views
I'm working on a TON smart contract that may need to store up to 4 million bits. I understand from the TON documentation that this isn't typically recommende...
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
16K Views
0 Votes 1 Answers 16K Views
Hi I am trying to get all transactions for a given address and am working my way backwards in time. I'm making the following request (using last tx_hash and ...
1 Votes
1 Answers
7K Views
1 Votes 1 Answers 7K Views
Hello everyone! I'm trying to send file to storage provider First I generated file, using storage-daemon-cli. Command like this: new-contract-message --query...
1 Votes
2 Answers
7K Views
1 Votes 2 Answers 7K Views
Hello! I'm trying to upload file to storage, using storage provider, but I can't understand, what to do with a file generated with command of the storage-dae...
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Consider a situatiton where your Toncoins are used in staking, and someone malicious gets to know your seed phrase. This person can access the wallet, but ca...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
I'm getting an error with an exit code -14. Where can I find the descriptions of such codes to check what exactly caused the error? --- > This question was i...
tvm
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
TonKeeper is a widely used wallet for TON mainnet, but can I use it with testnet for development purposes? How can I make it connect to testnet? --- > This q...
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
What types of smart contracts are there in the TON blockchain? For example: raw.fullAccountState.
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I created a wallet programmatically by following this article. I just copied the code and executed it. Created a wallet and created 2 transactions (incoming ...
one year ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I would like to put some utility functions into different files and call them from the main contract file. How can I do that? --- > This question was importe...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
Hi there guys, how can I make an in place replacement of the bytes in a cell? For example, if I have a cell like, begin_cell().store_uint(val, 8).end_cell(),...
one year ago
0 Votes
0 Answers
12K Views
0 Votes 0 Answers 12K 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 year ago
1 Votes
0 Answers
13K Views
1 Votes 0 Answers 13K Views
Highload wallets use queryId instead of seqno. It is better suited for large amounts of transactions, but does it come with a cost in terms of gas? How much ...
one year ago
2 Votes
1 Answers
19K Views
2 Votes 1 Answers 19K Views
I have function like this: clike () save_data_on_update(slice destination_address) impure inline { builder q = begin_cell(); builder qSliceDestinationAddress...
2 years ago
0 Votes
2 Answers
19K Views
0 Votes 2 Answers 19K Views
How do you hardcode an address in a smart contract? An example in both FunC would be helpful. https://t.me/tondev_eng/4099
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
1 Answers
19K Views
0 Votes 1 Answers 19K Views
Anyone can use one of TON wallet apps, manually create a new wallet with it and get its seed phrase. But what if I need to programmatically create a random s...
one year ago
3 Votes
1 Answers
23K Views
3 Votes 1 Answers 23K Views
I have done all instructions from this guide: https://github.com/disintar/toncli/blob/master/INSTALLATION.md After the toncli command, I should have: Unfortu...
2 years ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
I'm trying to compile a lite client on a macbook with M1, which gives an error: march-native is not supported How can I compile on mac book M1 (ARM)? Is ther...
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
15K Views
0 Votes 0 Answers 15K Views
It's planned to separate the roles of Collator and Validator in TON blockchain. So in addition to current node types such as the Validator node there will be...
one year ago
0 Votes
2 Answers
15K Views
0 Votes 2 Answers 15K Views
In the EVM ecosystems there are oracles like Chainlink that let smart contracts get random numbers from outside of the blockchain. Is there anything like tha...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In a TON explorer the transaction info mentions something titled "IHR Fee" with a value of zero. What does it mean and when it becomes not zero? --- > This q...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
On TON (and other blockchains that I know of) word mnemonics are like both login and password at the same time. So if I get it right, technically nothing sto...
Show more results questions