hyoban / sakuin

SDK for XLog

Home Page:https://sakuin-docs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sakuin

You can generate an index site based on your xLog data with Sakuin, and deploy it to Vercel. All you need to do is click the button below and fill in your HANDLE in the environment variables.

Deploy with Vercel

SDK Usage

Install dependencies, recommended use ni.

ni sakuin

Create a client and use the SDK to get the data you need. Most functions take HandleOrCharacterId and NoteId as the arguments.

import { Client } from "sakuin";

const client = new Client();
const site = = await client.site.getInfo(HANDLE)

For more details, please take a look at the SDK documentation.

See also

  • xLog An open-source creative community written on the blockchain.
  • crossbell.js A JavaScript SDK to interact with Crossbell.

About

SDK for XLog

https://sakuin-docs.vercel.app


Languages

Language:TypeScript 100.0%Language:JavaScript 0.0%