MyTokenWallet SDK Downloads

NPM Package

Latest: v1.0.0

Install via npm (recommended):

npm install @mytokenwallet/sdk

Status: Coming Soon

ZIP Archive

v1.0.0

Manual download for direct integration:

Download ZIP
File: mytokenwallet-sdk-1.0.0.zip
Size: ~150 KB
SHA256: Coming Soon

TypeScript Definitions

TypeScript type definitions (.d.ts files)

Download Types
File: mytokenwallet-sdk-types-1.0.0.zip
Size: ~20 KB

Source Code

Complete source code with examples

Download Source
File: mytokenwallet-sdk-source-1.0.0.tar.gz
Size: ~200 KB
License: MIT

Installation Guide

NPM Installation

npm install @mytokenwallet/sdk

Manual Installation

  1. Download the ZIP archive above
  2. Extract to your project directory
  3. Import the SDK:
    import { MyTokenWallet } from './mytokenwallet-sdk/index.js';

CDN Usage

<script src="https://sdk.mytokenwallet.com/dist/mytokenwallet-sdk-1.0.0.min.js"></script>

Documentation

Version History