Ckb Wallet SDK
CtrlK
  • 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
  1. Getting Started

Next steps

Congratulations! You already have your wallets instantiated and running!

Where to keep going?

  • If you want some examples on how to do basic functionalities go to the examples section.

  • If you want to see the usage of the wallet service with code examples of the basic functionalities go to the usage section.

  • If you are more of a documentation person you might like our documentation section.

PreviousInstantiate your wallet serviceNextIntroduction

Last updated 3 years ago