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 with tag toncli

Questions with tag toncli

Tags
Sorting
Results
per page
Filter

   
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...
6 months ago
0 Votes
0 Answers
4K Views
0 Votes 0 Answers 4K Views
I'm trying to develop on Windows 10. I've installed toncli according to the manual. It successfully finds Func but can't find Fift executable, even though it...
11 months ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Why is it that during the TonCLI run_tests procedure, already defined comes up even with only having 2 procedures in test file? The error is as follows: [ 1]...
one year ago
0 Votes
0 Answers
6K Views
0 Votes 0 Answers 6K Views
Is it possible to initialize the data storage of a contract with certain values via the toncli? For example, setting seqno as 5. --- > This question was impo...
one year ago
0 Votes
0 Answers
7K Views
0 Votes 0 Answers 7K Views
I have a generated keypair. How to import the secretKey in code? I tried passing it as a string (hex version) but didnt work > This question was imported fro...
one year ago
0 Votes
1 Answers
8K Views
0 Votes 1 Answers 8K Views
Is it possible to dump values while developing using toncli? --- > This question was imported from Telegram Chat: https://t.me/tondev_eng/9234
0 Votes
1 Answers
9K Views
0 Votes 1 Answers 9K Views
I've been playing around with toncli and smart-contract development, but I've been stuck on the toncli deploy command. I'm using a macbook with M1 chip, so I...
one year ago
0 Votes
1 Answers
18K Views
0 Votes 1 Answers 18K 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
1 Votes
1 Answers
17K Views
1 Votes 1 Answers 17K 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
1 Answers
18K Views
0 Votes 1 Answers 18K 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
2 Answers
19K Views
0 Votes 2 Answers 19K Views
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
one year ago
3 Votes
1 Answers
21K Views
3 Votes 1 Answers 21K 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