Endpoint Configuration
Last updated
Was this helpful?
Last updated
Was this helpful?
TONClient
is the main class of Ever SDK Library. To start using library one needs to create and setup a TONClient instance.
The simplest initialization code can look like this: just specify the endpoint.
Other parameters are used by default. See the reference below for more info.
If you want to work with , specify in the endpoints
If you have multiple endpoints in the same network, you can specify them all.
Library will automatically perform balancing based on endpoint health checks and availability.
You can also configure the message broadcast - how many nodes you want your message to be sent (it may improve delivery rate) like this.
If you don't want to manage your own infrastructure - get your Evercloud endpoints for free to Mainnet and Devnet and configure security settings here .
Check the full list of .
If you want to run your own dedicated node yourself - see thehow to run your dedicated node.
If you want your dedicated set of nodes to be run by Evernode Platform team, check this page .