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 547

Questions 547

Tags
Sorting
Results
per page
Filter

   
0 Votes
0 Answers
3K Views
0 Votes 0 Answers 3K Views
Hello, TON recently updated the repository with the build documentation, but while building it locally, many errors are coming up , mainly the libsodium file...
2 months ago
0 Votes
4 Answers
13K Views
0 Votes 4 Answers 13K Views
Hi there, I am looking for a linux command-line wallet for Toncoin. Is there already such a project or is the there an SDK/Whitepapper to implement it myself...
8 months ago
0 Votes
1 Answers
3K Views
0 Votes 1 Answers 3K Views
Tags were calculated via tlbc as follows (request_flag is equal to 0x7fffffff and response flag is equal to 0x80000000): crc32('transfer query_id:uint64 new_...
2 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Hi all, have a question. I have a new Tonkeeper address, and I've sent to it 25 ton. Nothing arrived, so i checked it out on tonscan.org, and well, when i in...
2 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
// Create a transfer const seqno: number = await contract.getSeqno(); const transfer = await contract.createTransfer({ seqno, secretKey: keyPair.secretKey, m...
2 months ago
1 Votes
2 Answers
17K Views
1 Votes 2 Answers 17K Views
Is the function recv_internal required to have certain arguments or is it completely up to what you want the message sender to send you? I've noticed some Fu...
one year ago
1 Votes
2 Answers
4K Views
1 Votes 2 Answers 4K Views
Hello everyone, please explain: ```` () send_message_back(addr, ans_tag, query_id, body, grams, mode) impure inline_ref { ;; int_msg_info$0 ihr_disabled:Bool...
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
Hello Everyone I would like to know how to add lp to jetton tokens minted through the ton minter. I just don't want to just transfer between wallets, I want ...
2 months ago
5 Votes
2 Answers
20K Views
5 Votes 2 Answers 20K 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
337 × 3 Administrator
one year ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
im new to cryto so I'm sure of proper phrasing, however I hit a link that was supposed to show how much toncoin I was eligible for since using Telegram. it t...
2 months ago
-1 Votes
0 Answers
4K Views
-1 Votes 0 Answers 4K Views
I'm trying to do a simple TON -> USDT swap on STON.fi. It seems to be more difficult than anticipated. See below for function. Any advise will be appreciated...
2 months ago
0 Votes
2 Answers
5K Views
0 Votes 2 Answers 5K 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
0 Answers
4K Views
0 Votes 0 Answers 4K Views
We are making a Jetton for a game that users can deposit and withdraw from their wallet. But i was wondering how can we handle the fees for the transactions ...
2 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I'm using the ton-connect to connect the wallet from a bot. however after the user confirms the connection in the wallet, he's being redirected to walletbot....
2 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I trnasfered some jetton to another wallet but response body destination address is not in a familiar format instead how can i convert this address into some...
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K 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 ...
2 months ago
0 Votes
0 Answers
5K Views
0 Votes 0 Answers 5K Views
Hi there. In my app I allow deposit and withdraw some Jetton. I would like to implement withdrawal in such way that user compensate transaction fee (somethin...
0 Votes
2 Answers
6K Views
0 Votes 2 Answers 6K Views
Hello, I've been exploring different repositories and noticed inconsistencies in how opcodes are defined. For example, in the ft and nft implementation withi...
3 months ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
I haven't used the TonHub Wallet for quite some time. Now, when I open the app, it prompts me for a migration process. However, upon clicking the migration b...
5 months ago
0 Votes
1 Answers
6K Views
0 Votes 1 Answers 6K Views
how to activate a wallet that is inactive even though I made a deposit on it wallet : EQAvQp4cR6N_B-9sciXuwSJMGYPat9GNsr0GbI5vRvMapcXr
3 months ago
1 Votes
1 Answers
7K Views
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
Since there are no derivation paths, I was thinking about using the same 12 word mnemonic, with a password that would be just a string of numbers incrementin...
4 months ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
Hello, can somebody please provide me with following information: 1. Is there any way to limit wallets, that displayed in modal? For example i want only Tonh...
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
For local development I can use track.collect but if I want to get all events from a deployed contract. Which js sdk method I can use?
4 months ago
1 Votes
2 Answers
10K Views
1 Votes 2 Answers 10K Views
I'm trying to send jettons from one wallet to another. For this I use the library tonweb. Whenever i send transaction, i get a zero amount of tokens. Why is ...
6 months ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
what is the shortcut key for building project on blueprint
5 months ago
0 Votes
0 Answers
8K Views
0 Votes 0 Answers 8K Views
I am trying to generate address from mnemonic, it works for tonkeeper but not working in Trust Wallet, can you help me, I tried all possible parameters from ...
5 months ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
https://ton-community.github.io/ton/classes/TonClient.html#getTransaction it returns a list of transactions: Returns Promise; outMessagesCount: number; prevT...
5 months ago
0 Votes
0 Answers
9K Views
0 Votes 0 Answers 9K Views
What makes TON a game changer in competition with numerous Layer 1 competitors is its synergy with Telegram. ? This is because it is tailored to . One of the...
5 months ago
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
I am encountering an inconsistency when calling my_address() in different contexts and hope someone can help me understand why this is happening. When I call...
5 months ago
Show more results questions