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 2

one year ago
Jeremy
394 × 5 Administrator
How do I deploy a contract to MainNet with tondev?
How do I deploy a contract to MainNet with tondev?
You are likely referring to the [`tondev` tool](https://github.com/tonlabs/tondev) which has since been renamed to [`everdev`](https://github.com/tonlabs/everdev). While both Everscale and TON use the TVM, they are in reality different blockchains that have since gone their separate development paths. You cannot use the `tondev` or `everdev` tools to deploy a smart contract to TON. I recommend using the [Blueprint tool at ton-community/Blueprint](https://github.com/ton-community/blueprint) to deploy to TON.
You are likely referring to the [`tondev` tool](https://github.com/tonlabs/tondev) which has since been renamed to [`everdev`](https://github.com/tonlabs/everdev). While both everscale and TON use the TVM, they are in reality different blockchains that have since gone their separate development paths. You cannot use the `tondev` or `everdev` tools to deploy a smart contract to TON. I recommend using the [Blueprint tool at ton-community/Blueprint](https://github.com/ton-community/blueprint) to deploy to TON.
one year ago
Original
Jeremy
394 × 5 Administrator
How do I deploy a contract to MainNet with tondev?

You are likely referring to the [`tondev` tool](https://github.com/tonlabs/tondev) which has since been renamed to [`everdev`](https://github.com/tonlabs/everdev). While both everscale and TON use the TVM, they are in reality different blockchains that have since gone their separate development paths. You cannot use the `tondev` or `everdev` tools to deploy a smart contract to TON. I recommend using the [Blueprint tool at ton-community/Blueprint](https://github.com/ton-community/blueprint) to deploy to TON.