0.1.4 • Published 2 years ago

uxuy-js-sdk v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

UXUY-JSSDK

code style: prettier npm

💡 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

💬 Troubleshooting and Support

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago