The SignX SDK provides developers with an easy and secure way to integrate mobile-to-web authentication and transaction signing using the IXO blockchain. It orchestrates interactions between client applications, mobile apps, and servers, simplifying authentication, data handling, and multi-transaction processing.

Installation

The SignX SDK can be installed via npm or yarn:

npm install @ixo/signx-sdk
# or
yarn add @ixo/signx-sdk

Quick Start

Import the SignX SDK into your project:

import { SignX } from '@ixo/signx-sdk';

Use Cases

The SignX SDK is versatile and can be used in various scenarios:

  • Secure User Authentication: Implement QR-based login systems
  • Data Exchange in dApps: Securely transmit sensitive information
  • Complex Transaction Handling: Manage multiple sequential transactions

For detailed API documentation and examples, refer to the SignX SDK README.