0.1.4 • Published 2 years ago
uxuy-js-sdk v0.1.4
UXUY-JSSDK
💡 Features
More web2 social platforms, such as Twitter, WhatsApp, Facebook, and Discord
Login with email
- Web2 user information as a unique DID (Decentralized Identifier)
- Transfers between DIDs.
- MPC (Multi-Party Computation) functionality.
⚡ Quick Start
npm install --save @uxuy-js-sdk
install with vite and ts
create env.d.ts
/// <reference types="vite/client" />
declare interface Window {
}
declare module "uxuy-js-sdk";
Initialize UXUYSDK for your preferred Dapp
import UXUY from "uxuy-js-sdk"
const { account, sbt, auth } = new UXUY()
🩹 Examples
Come soon
🌐 Demo
Come soon