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
Back to post

Revisions 3

7 months ago
What is the difference between @ton-core/ton-emulator and @ton-community/sandbox?
What is the difference for @ton-core/ton-emulator and @ton-community/sandbox
While programming in Tact, I want an easy way to test my contracts on my local device. I have found these three repositories: https://github.com/ton-core/ton-emulator https://github.com/ton-community/sandbox https://github.com/ton-community/ton-contract-executor - What are the differences between the three? - How I can check the variables in the contract easily? - Are there any tutorials or videos for these frameworks?
There has a few difference repo, for me, coding in Tact, I just want a easy way to test my contracts code. (Might be test in FunC files is fine) What I know/notice are these three: https://github.com/ton-core/ton-emulator https://github.com/ton-community/sandbox https://github.com/ton-community/ton-contract-executor - Then what is the difference? - How I can check the variable/status in the contract easily? - Any tutorial for this? Video?
#tact #smart-contract #testing #dev-tools #func
#tact #smart-contract #developer-tool #testing #func
7 months ago
What is the difference for @ton-core/ton-emulator and @ton-community/sandbox
What is the difference for @ton-core/ton-emulator and @ton-community/sandbox
There has a few difference repo, for me, coding in Tact, I just want a easy way to test my contracts code. (Might be test in FunC files is fine) What I know/notice are these three: https://github.com/ton-core/ton-emulator https://github.com/ton-community/sandbox https://github.com/ton-community/ton-contract-executor - Then what is the difference? - How I can check the variable/status in the contract easily? - Any tutorial for this? Video?
There has a few difference repo, for me, coding in Tact, I just want a easy way to test my contracts code. (Might be test in FunC files is fine) What I know/notice are these three: https://github.com/ton-core/ton-emulator https://github.com/ton-community/sandbox https://github.com/ton-community/ton-contract-executor - Then what is the difference? - How I can check the variable/status in the contract easily?
#tact #smart-contract #developer-tool #testing #func
#tact #smart-contract #developer-tool #testing #func
7 months ago
Original
What is the difference for @ton-core/ton-emulator and @ton-community/sandbox

There has a few difference repo, for me, coding in Tact, I just want a easy way to test my contracts code. (Might be test in FunC files is fine) What I know/notice are these three: https://github.com/ton-core/ton-emulator https://github.com/ton-community/sandbox https://github.com/ton-community/ton-contract-executor - Then what is the difference? - How I can check the variable/status in the contract easily?
#tact #smart-contract #developer-tool #testing #func