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?

Overview

KardiaChain JS SDK is a wrapper built on top of KardiaChain RPC protocol that help developers to easily interact with KardiaChain's blockchain network.

KardiaChain JS SDK contain 5 modules:

  • Account module is for managing KardiaChain wallet

  • KAI module is for interacting directly with KardiaChain's blockchain network

  • Contract module is for interacting with KardiaChain's smart contract.

  • KRC20 module is for interacting with KRC20 tokens

  • Transaction module is for creating KardiaChain's transaction

NextGetting Started

Last updated 3 years ago

Was this helpful?