KardiaChain JS SDK
  • Overview
  • Getting Started
  • Guides
    • Connecting to KardiaChain
      • Front-end
      • Back-end
    • Working with wallet
    • Sending your first transaction
    • Smart Contract: decentralize application
    • KRC20 tokens
    • KAI Chain module
    • Utilities
  • Reference
    • KardiaClient
    • Account
    • Transaction
    • KAI Chain
    • Smart contract
    • KRC20
    • Objects reference
Powered by GitBook
On this page

Was this helpful?

  1. Reference

KardiaClient

PreviousUtilitiesNextAccount

Last updated 4 years ago

Was this helpful?

constructor

Params

Name

Type

Description

endpoint

string

KardiaChain's RPC Endpoint. Could be main net endpoint, test net endpoint or your private network endpoint.

Return

Return a KardiaClient instance containing 5 modules:

Module

Detail

Used to interact with account on KardiaChain

Used to generate, sign and send transactions to KardiaChain.

Used to get information from KardiaChain

Used to interact with KardiaChain's smart contract

Used to interact with KRC20 tokens

Account
Transaction
KAI Chain
Smart contract
KRC20