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
0 Answers
13K Views
0 Votes 0 Answers 13K Views
I'd like to learn developing on TON by creating some small pet projects. What kinds of such projects would be the most helpful and give the most useful exper...
one year ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
In the Bitcoin standard there is concept called "derivation path" defined in BIP32: it is used by hierarchical deterministic wallets to derive keys. How do T...
0 Votes
1 Answers
21K Views
0 Votes 1 Answers 21K Views
How do you generate the public address of TON wallet from the seed phrase? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9723
4 Votes
1 Answers
21K Views
4 Votes 1 Answers 21K Views
How do I sign a random hash value with the private key of a ton address? If someone claims that a signature was generated by using the private key of a publi...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
можно ли и как сформировать ссылку, которую я могу отправить кому-либо, получатель ссылки, перейдя по ней, получает установленную сумму монет с моего кошельк...
8 months ago
0 Votes
1 Answers
11K Views
0 Votes 1 Answers 11K Views
It is known that TON is designed for scalability and can potentially withstand mass adoption in the future. But since it has not reached its full potential y...
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
There are different approaches to division: * using floating-point numbers (so 23 / 4 = 5.75) * mathematical rounding (23 / 4 = 6 since it's the closest inte...
one year ago
0 Votes
1 Answers
14K Views
0 Votes 1 Answers 14K Views
I would like to see an example of how to compose the body of a transaction for transferring Jettons. Is there such an example somewhere? --- > This question ...
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K 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
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Do any randomly generated 256 bits constitute a valid Ed25519 private key?" > This question was imported from Telegram Chat: https://t.me/tondev_eng/2728
2 Votes
1 Answers
20K Views
2 Votes 1 Answers 20K 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...
0 Votes
1 Answers
16K Views
0 Votes 1 Answers 16K Views
I've been trying to do the following using the uncons function, but it doesn't destructure as I expect it to: (var l, var rvalues) = uncons(values); --- > Th...
one year ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Suppose we check for two conditions at the same time: if( (a == b) & (b == c) ). If a is not equal to b, that makes the first condition false. And that means...
one year ago
0 Votes
1 Answers
17K Views
0 Votes 1 Answers 17K Views
It's known that smart contracts on TON have to pay storage fee, it is deducted during each transaction. And if a contract doesn't have any transactions for a...
one year ago
0 Votes
1 Answers
13K Views
0 Votes 1 Answers 13K Views
Is there a built-in square root function in the language? And if not, maybe there is a popular library with the optimal implementation? --- > This question w...
one year ago
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
1 Answers
7K Views
0 Votes 1 Answers 7K Views
In whitepaper, 2.1.1. Account addresses. we got description in below: The source address and destination address are always present in any message. Normally,...
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
I have a simple transfer from a TON wallet to a contract. It has a comment: "2". Is there a way to parse this comment within the recv_internal function? Here...
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
0 Answers
6K Views
0 Votes 0 Answers 6K Views
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
9 months ago
0 Votes
1 Answers
5K Views
0 Votes 1 Answers 5K Views
In the Ston.fi core contract GitHub repository (https://github.com/ston-fi/dex-core), there is a line of FunC code as shown below: force_chain(WORKCHAIN, sen...
Howard Peng
10 × 1 Administrator
one year ago
0 Votes
1 Answers
15K Views
0 Votes 1 Answers 15K Views
If I put a logical calculation, such as a multiplication, on the TON blockchain, do I not need a server to perform that remote calculation? --- > This questi...
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hello there, I send my TPET tokens to the TON address in the telegram wallet by mistake. Under the address is written: Send only Toncoin (TON) to this addres...
6 months ago
3 Votes
3 Answers
18K Views
3 Votes 3 Answers 18K Views
In the Ethereum world there is remix.ethereum.org — a browser-based IDE which lets you try out your contracts instantly. Is there anything like that in the T...
one year ago
0 Votes
0 Answers
13K Views
0 Votes 0 Answers 13K Views
Could I run a TON Proxy on a Raspberry Pi 400? And what are its minimum system requirements in general? --- > This question was imported from Telegram Chat: ...
one year ago
0 Votes
0 Answers
15K Views
0 Votes 0 Answers 15K Views
In the NFT world usually only a link to the image is stored on-chain, and the image file itself is stored somewhere else. It can possibly lead to "link rot" ...
nft
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
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Sometimes NFTs are used for granting access to some exclusive content. Let's say there is a Telegram channel or chat that should be available only to owners ...
one year ago
0 Votes
0 Answers
17K Views
0 Votes 0 Answers 17K Views
This question has been answered many times before. But people keep asking it again and again, so it is probably a good idea to have the question here, where ...
one year ago
0 Votes
1 Answers
4K Views
0 Votes 1 Answers 4K Views
Hi is it possible to calculate input and output message hash before sending it. For example, this is my transaction https://testnet.tonscan.org/tx/op5iqZD9X7...
Show more results questions