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

   
5 Votes
2 Answers
22K Views
5 Votes 2 Answers 22K Views
There's a lot of setup for a project to implement a smart contract in FunC for TON blockchain (ton.org). Is there a good practice setup project that provides...
Tal Kol
359 × 3 Administrator
2 years ago
2 Votes
1 Answers
23K Views
2 Votes 1 Answers 23K Views
There's an existing contract that was deployed by somebody else, for example a token, that has getter methods like get_balance(address) or get_total_supply()...
Tal Kol
359 × 3 Administrator
2 years ago
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
I want to use TON blockchain (ton.org) to receive payments. What does that involve? What components do I need to implement?
Tal Kol
359 × 3 Administrator
1 Votes
1 Answers
22K Views
1 Votes 1 Answers 22K Views
I'm currently using wallet contract v3. It was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new walle...
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
22K Views
0 Votes 1 Answers 22K Views
I'm working with the TonWeb JavaScript library. It requires a provider URL on init: js const providerEndpoint = 'https://PROVIDER-URL-HERE'; const tonweb = n...
2 years ago
1 Votes
2 Answers
24K Views
1 Votes 2 Answers 24K Views
Currently I'm using wallet contract v3 - it was deployed for me automatically when I was using TonKeeper wallet. I saw that the core team released a new wall...
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 ...
2 years ago
0 Votes
3 Answers
21K Views
0 Votes 3 Answers 21K Views
When running the command: cmake --build . --target adnl-http-proxy --config Release The build fails with error: msbuild: can not find adnl-http-proxy.vscxpro...
one year ago
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.
one year ago
0 Votes
2 Answers
20K Views
0 Votes 2 Answers 20K Views
I can't find one in the official extension store, is someone working/getting to work on one?
3 Votes
1 Answers
22K Views
3 Votes 1 Answers 22K 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...
one year ago
3 Votes
2 Answers
23K Views
3 Votes 2 Answers 23K Views
Consider I have a highload wallet smart contract deployed to the TON network and I send an external message to it in order to deliver 100 value transfers to ...
Slava Fomin
74 × 2 Administrator
2 years 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...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K Views
I am looking for an easy walkthrough for setting up a TON Site. I have setup the usual webserver using Nginx, with /var/www/site website directory. What shou...
2 years ago
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
When I try to install toncli using Windows I see: (venv) PS C:\Users\Maxim\Desktop\ton\ton-win64-binarie> toncli INFO: 🥰 First time run - i'll create config...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
Currently TON blockchain consists of only one workchain and the masterchain. All the smart-contract code in masterchain and basic workchain is executed by TV...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
Remix is a great online code editor for developers who want to work with EVMs. Does TON have something similar for the TVM? --- > This question was imported ...
one year ago
2 Votes
1 Answers
20K Views
2 Votes 1 Answers 20K Views
I made a transfer request via the tonweb JavaScript SDK: javascript (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); retu...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
On other blockchains such as Ethereum I've encountered a concept of "block confirmations". It means that transaction is considered "complete" and irreversibl...
one year ago
2 Votes
2 Answers
11K Views
2 Votes 2 Answers 11K Views
I have problem with telegram toncoin wallet. Yesterday I send some TON assets (called MORFEY) from TONkeeper wallet to Telegram wallet. Here is tx of transac...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
Can anyone explain how to get the result of transaction after sending it? The TonSDK send transaction method is returning .boc. Also, how can I get the statu...
one year ago
0 Votes
1 Answers
7K Views
0 Votes 1 Answers 7K Views
Is there a size limit for bocs? I've heard values such as 64kb, but I don't know where this limit is defined. --- > This question was imported from Telegram ...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K 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
1 Votes
0 Answers
4K Views
1 Votes 0 Answers 4K Views
i sent my tsTON to TON wallet in telegram. i didnt receive anything. https://tonviewer.com/transaction/a93a8369d0da61a84d2de27a9d8fc008a80b5386c35529db0f537b...
7 months ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I want to make sure that transfer was success using this method response tonConnectUI.sendTransaction() I am using : React js @tonconnect/ui-react @ton/ton E...
0 Votes
1 Answers
23K Views
0 Votes 1 Answers 23K Views
TON and Everscale have similar roots and should be fairly compatible from a technological perspective. Although they are separate networks with different val...
1 Votes
1 Answers
16K Views
1 Votes 1 Answers 16K Views
I'm new to TON. I know that each message in TON has its lt (Logical time) to track the order of events. But is logical time unique for each transaction or ca...
1 Votes
1 Answers
11K Views
1 Votes 1 Answers 11K Views
I have observed an interesting behavior in wallet clients. I attempted to create a wallet using TonHub, TonKeeper, and wallet.ton.org. TonHub and TonKeeper g...
one year ago
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
FunC is the primary language used to program smart contracts on TON, but are there ways to use other programming languages to write smart contracts in progra...
Show more results questions