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 can I connect MyLocalTon using TonWeb?

How can I connect MyLocalTon using TonWeb?

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

  
  
Posted 10 months ago
Votes Newest

Answers


To connect MyLocalTon using TonWeb, you'll need to follow these steps:

  1. Install your own instance of TonCenter by following the instructions in the TonCenter GitHub repository: https://github.com/toncenter/ton-http-api#building-and-running

  2. Configure your TonCenter instance to use your local TON network configuration, so it can connect to your LiteServer (LS). You can find the configuration instructions here: https://github.com/toncenter/ton-http-api#Configuration

  3. Finally, configure TonWeb to connect to your local TonCenter instance. Once this is done, you can use TonWeb to deploy contracts and interact with your local TON network.

By setting up and configuring TonCenter and TonWeb, you will be able to establish a connection between MyLocalTon and TonWeb, enabling you to deploy and manage contracts within your local TON network environment.

1
1
wiki
Posted 10 months ago
3K Views
1 Answer
10 months ago
10 months ago
Tags