Ckb Wallet SDK
  • What is Ckb Wallet SDK?
  • Getting Started
    • Installation
    • Launch your nervos local node
    • Instantiate a connection service
    • Instantiate your wallet service
    • Next steps
  • Examples
    • Introduction
    • How to run them
    • Examples code
      • Create wallet
      • Import wallet error
      • Import wallet
      • Wallet balance
      • Get transactions
      • Send transaction
      • Get DAO Statistics
      • Get DAO unlockable amounts
      • Deposit in DAO
      • Withdraw or unlock from DAO
      • Send Tokens
      • Issue Tokens
  • Usage
    • Introduction
    • Creating a connection for each network
    • Wallet loader
    • Use your wallet where necessary
  • Services Documentation
    • Preface
    • WalletService
      • Static methods
      • Common methods
      • CKB methods
      • DAO methods
      • Nft methods
      • Token methods
    • ConnectionService
    • Logger
Powered by GitBook
On this page

What is Ckb Wallet SDK?

Ckb Wallet SDK is a software development kit in TypeScript for Ckb specially focused in wallets. This means that the functionalities are thought to be used for a specific wallet. Nonetheless, there is no problem in creating multiple wallets of multiple networks using this sdk.

For each wallet you will be able to easily find all transactions, get your addresses, sign and create ckb transactions as well as interact with the DAO and get ckb, tokens (NRC20 and NRC721) and DAO balances.

Ckb wallet sdk is an ongoing project. There will be new versions and functionalities as we keep evolving.

Our sdk is free to use and also to collaborate! We will review and accept new functionalities. Do not hesitate in collaborating if you did not find your functionality in the docs.

NextInstallation

Last updated 3 years ago