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 208

Questions 208

Tags
Sorting
Results
per page
Filter

   
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
In the TON DNS smart contract, there is code that makes it so that if the owner doesn't make a transfer within a year, the DNS will be released. Is there a w...
one year ago
1 Votes
1 Answers
20K Views
1 Votes 1 Answers 20K Views
TON uses logical time (also known as Lamport time) in messages to track the order of events. But how exactly that time is generated? --- > This question was ...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
It's known that blockchain is not the best place to store lots of data (there is TON Storage for that, while smart contract data should generally be as small...
0 Votes
1 Answers
19K Views
0 Votes 1 Answers 19K Views
We are looking to create a DAO on TON. Are there any tools available to create one for us, if not what would you recommend we do until the relevant tooling b...
1 Votes
2 Answers
18K Views
1 Votes 2 Answers 18K Views
Is my understanding correct that smart contracts are written in FunC, then compiled into Fift, and deployed on the blockchain, and they can later be interact...
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there a built-in way to exponentiate numbers in FunC? If there isn't and it is up to developer to write a function, probably the community has already wri...
one year ago
0 Votes
1 Answers
22K Views
0 Votes 1 Answers 22K Views
I have a usual user-friendly bounceable contract address. I need to get the raw HEX form of it. How do I convert it? --- > This question was imported from Te...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
There are special "highload wallets" for those who make lots of transactions (like exchanges). But aren't the regular wallets good enough? They look fast and...
one year ago
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K Views
Many programming languages have a ternary operator, such as booleanExpression ? expression1 : expression2 in Java (if booleanExpression equals true, than exp...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Is there a possibility that TON will be added to Metamask later? Or there are some technical / non-technical reasons preventing that from happening? --- > Th...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
What protocols are supported by the "image" field in the NFT metadata? Can I use ipfs://, or is it limited to http:// and https:// ? --- > This question was ...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
I would like to take a look at the source code of wallet contracts (wallet v3 and v4). As far as I understand, both these contracts are open source, but wher...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
Do I get it right that there is no implementation of a floating-point numbers type such as float in FunC? --- > This question was imported from Telegram Chat...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I would like to make a list of all the active TON wallets. Since all the information on blockchain is public and can be seen in explorers, theoretically it i...
one year ago
0 Votes
1 Answers
20K Views
0 Votes 1 Answers 20K Views
Among different TON wallets there is a browser extension simply called "TON Wallet": https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhm...
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
The address Ef8zMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzM0vF looks very pretty, holds a lot of TON coins and has a lots of transactions, as can be seen in an...
one year ago
0 Votes
2 Answers
21K Views
0 Votes 2 Answers 21K 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...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K Views
I know that the seed phrases (mnemonic word sequences used for accessing crypto wallets) are generated using words from a specific "dictionary". In Bitcoin t...
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Is there a possibility for users to log in using QR code (like in MetaMask). I have already added authentication with extension and now I want to add QR code...
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K 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
2 Answers
18K Views
0 Votes 2 Answers 18K Views
What is the best block explorer for the TON network? I'm looking specifically for an explorer that allows developers to look at smart contract bytecode, veri...
1 Votes
2 Answers
24K Views
1 Votes 2 Answers 24K Views
How do I get an RPC endpoint for the TON network, and where can I get relevant documentation for it?
one year ago
0 Votes
2 Answers
18K Views
0 Votes 2 Answers 18K Views
Follow the docs there:https://ton.org/docs/develop/func/overview back by the code: () send_money(slice address, int amount) impure inline { var msg = begin_c...
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
6K Views
0 Votes 1 Answers 6K Views
What is the usage of the configuration here? Should I worried about it if I am testing my contract? https://github.com/ton-community/sandbox#networkblock-con...
one year ago
2 Votes
1 Answers
19K Views
2 Votes 1 Answers 19K Views
I am new to developing smart contracts on the TON blockchain and I am looking for assistance in creating a contract that can automatically distribute a jetto...
1 Votes
1 Answers
18K Views
1 Votes 1 Answers 18K Views
When I execute the toncli run_tests command I get an error: toncli run_tests INFO: 🌈 Start tests INFO: 🥌 Build successfully, check out ./build Loading priv...
0 Votes
2 Answers
35K Views
0 Votes 2 Answers 35K 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...
one year ago
2 Votes
3 Answers
19K Views
2 Votes 3 Answers 19K Views
I know there are explorers like Tonscan and Tonapi you can use to see things like transaction details for any address on mainnet. Is there such a service for...
2 Votes
1 Answers
18K Views
2 Votes 1 Answers 18K 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
Show more results questions