Getting started

This SDK is currently under active development and may be updated without prior notice. Please use it with caution.

If you have any questions, feel free to contact us at dev@lum0x.com

Connect with Lum0x on Telegram Dev Channel and follow our progress on Farcaster. We welcome your contributions and feedback as we strive to reshape the future of social data verification and trust in the decentralized ecosystem with Lum0x.

Install

To install the SDK, run the following command:

npm install lum0x-sdk

Initialize

To initialize the SDK, run the following code:

import {Lum0x} from "lum0x-sdk";

Lum0x.init('USE-YOUR-LUM0X-API-KEY');

Last updated