NEXT SDK

This guide will provide you with the steps on using the NEXT SDK

What is NEXT SDK?

The NEXT SDK is a library created for developers to interact with the Bitkub NEXT Wallet on the Bitkub Chain network. It provides various methods for managing user authentication, retrieving user information, and executing transactions on the blockchain. With the NEXT SDK, developers can submit transactions directly and integrate with the Bitkub NEXT Wallet using OAuth services.

Prerequisites

Before you install or interact with our NEXT SDK, we highly recommend generating the necessary keys using the Bitkub Chain Playground. The playground platform is specifically designed to create keys on the Testnet.

You can read the documentation for the Bitkub Chain Playground here.

Installing the NEXT SDK

Follow the installation guide in the documentation to set up the SDK in your development environment.

Supported PlatformsInstallation Guide

JavaScript / TypeScript

iOS

Android

Under Development ⚙️

Example

Browse through example projects and code snippets to understand how to integrate the SDK into your decentralized application in the NEXT SDK Code Cookbook.

Last updated