Skip to main content

OKCore

The OKCore is the backbone of the OKcontract SDK. It initializes and manages common resources that are shared across the entire application. This includes wallet connections, chain configurations, and other core functionalities that need to be globally accessible.

Type: CoreExecution

Instance: One per application

Features:

  • Manages wallet connections and authentication
  • Configures and handles multiple blockchain networks
  • Acts as a central point for other components to access shared resources.

Reference

Coming soon.