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
Is there a way to launch a lightserver of TON for testing smart contracts?

At the moment I am using public nodes which are quite slow. We want to speed up the TON network that we're working on - do you have any instructions on how to launch lightserver maybe?


This question was imported from Telegram Chat: https://t.me/tondev_eng/9803

  
  
Posted one year ago
Votes Newest

Answers


If you mean running your own node, then there are multiple flavors of API:

https://toncenter.com/api/v2/

https://github.com/ton-foundation/ton-api-v4

https://tonapi.io/swagger-ui

If you mean something like Ganache for TON, then there's the TON contract executor:

https://github.com/ton-community/ton-contract-executor

  
  
Posted one year ago
Jeremy
384 × 5 Administrator
16K Views
1 Answer
one year ago
one year ago
Tags