Skip to content

UXLINK/v1-JSSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UXLINK-JSSDK

code style: prettier npm

💡 Features

  • Web2 user information as a unique DID (Decentralized Identifier)

  • [ x ] More web2 social platforms, such as Twitter, WhatsApp, Facebook, and Discord

  • [ x ] Login with email

  • [ x ] Transfers between DIDs.

  • [ x ] MPC (Multi-Party Computation) functionality.

⚡ Quick Start

npm install --save @uxuy-js-sdk

install with vite and ts

Add declare module "uxuy-js-sdk" in the env.d.ts file.

/// <reference types="vite/client" />

declare interface Window {

}

declare module "uxuy-js-sdk";

Initialize UXUYSDK for your preferred Dapp

import UXUYClient from "uxuy-js-sdk"

const token = await UXUYClient.register("ApiKey");

const instance = new UXUYClient();

const { profile, MPC, DID } = instance.init(UXUYToken.value);

🌐 Demo

Get started

cd example/vue/
npm install --save
npm run dev

💬 Troubleshooting and Support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors