Skip to content

nervina-labs/joyid-sdk-js

Folders and files

NameName
Last commit message
Last commit date
Dec 16, 2024
Jul 12, 2024
Jun 8, 2024
Jul 29, 2024
Dec 16, 2024
Nov 8, 2023
Jun 7, 2024
Jun 9, 2024
Jun 10, 2024
Jun 11, 2024
Jun 17, 2024
Jun 17, 2024
Dec 12, 2024
Nov 8, 2023
Jun 17, 2024
Jun 7, 2024

Repository files navigation

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.