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
Answered
How do you deploy the contract to the TestNet with TON cli?

I have a problem when deploying the contract on the console when writing the command:

toncli deploy -n testnet
  
  

If there is an error message, please provide it in the question so that other developers can help you more easily.

Jeremy   one year ago Report
Votes Newest

Answers 2


check your lite-client is right version

  
  
Posted one year ago

Hello, in my case.

toncli deploy -n testnet

I successfully completed deploying the contract on testnet.

I think it might be because you don't have enough test coins.

1
1
Posted one year ago
19K Views
2 Answers
one year ago
one year ago
Tags