Welcome to the INTMAX Wallet Widget Integration Guide. This document provides all the necessary information to integrate the INTMAX Wallet Widget into your web application. By following these instructions, you can offer your users a seamless and secure way to interact with their INTMAX Wallet directly from your site.

Overview

The INTMAX Wallet Widget is a powerful tool allowing users to manage their digital assets conveniently. It's designed to be easy to integrate and customizable to fit the look and feel of your application.

Prerequisites

Before you begin, ensure you have the following:

Obtaining a Client ID

To use the INTMAX Wallet Widget, you must obtain a client ID by registering with INTMAX. The client ID is a unique identifier for your application and is required for the widget to function correctly.

Note: clientId issuance is currently available to companies.

Registration Requirements:

Once registered, INTMAX will issue a client ID specific to your application. Keep this ID secure and use it in the widget initialization process.

Installation

To include the INTMAX Wallet Widget in your project, run the following command in your project directory:

npm install intmax-widget
# or
yarn add intmax-widget

This command adds the INTMAX Wallet Widget to your project dependencies.

Usage