/joyid-sdk-js

JoyID JavaScript SDK

Primary LanguageTypeScriptMIT LicenseMIT

JoyID JavaScript SDK

This is monorepo for JoyID JavaScript SDK.

Overview

In order to interact with JoyID App we provide different packages to meet different requirements.

You can choose the appropriate SDK package according to your application scenario and follow the instructions in the documentation for installation and use. If you need technical support, feel free to contact us in Discord.

Examples

We provide examples for each package in the examples directory. Every example is a standalone project that demonstrates how to use the SDK in a specific scenario. You can run the examples by running the following commands:

pnpm run dev

There are six examples in the examples directory:

Development

Installation

npm i -g pnpm
pnpm install

Build

pnpm build

Contributing

We welcome contributions from the community. If you want to contribute to JoyID JavaScript SDK, please read the Contributing Guide first.