AppKit JS
Developer ToolsEver PlatformForum
  • Everscale JS Application Kit
  • reference
    • AppKit Reference
  • Samples
    • AppKit Samples
  • Guides
    • AppKit Guides
    • Configure AppKit
    • Configure Custom Giver
    • Deploy
    • Run On-chain
    • Run ABI Get Method
    • Work with Events
  • Links
    • AppKit JS repository
    • EVER SDK documentation
Powered by GitBook
On this page
  1. Guides

Configure AppKit

PreviousAppKit GuidesNextConfigure Custom Giver

Last updated 3 years ago

Using default config in AppKit

In AppKit you can specify the default config. This will allow you to omit passing client object into every AppKit function later. If a function works with another client (another network), you need to create a client object for that network separately, like we did in the previous step, and pass it as a parameter.

TonClient.defaultConfig = {
network: {
    // Local node URL here
    endpoints: ['net.ton.dev']
  },
};

If you are working with local blockchain , specify in the endpoints.

Check the full list of .

You can find reference guide to TonClient here: .

Evernode SE
http://localhost
supported network endpoints
SDK API Documentation