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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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 toncl

Questions with tag toncl

Tags
Sorting
Results
per page
0 Votes
1 Answers
220 Views
0 Votes 1 Answers 220 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...
0 Votes
1 Answers
86 Views
0 Votes 1 Answers 86 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
82 Views
0 Votes 1 Answers 82 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...
13 days ago
0 Votes
1 Answers
128 Views
0 Votes 1 Answers 128 Views
I make transfer request via js-sdk : (await wallet.methods.transfer(....)) const transfer_result = await transfer.send(); return { transfer_result }; This co...
1 Votes
1 Answers
258 Views
1 Votes 1 Answers 258 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
397 Views
0 Votes 1 Answers 397 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...
3 months ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have a problem when deploying the contract on the console when writing the command: toncli deploy -n testnet
3 months ago
3 Votes
1 Answers
3K Views
3 Votes 1 Answers 3K 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...
4 months ago