TypeScript implementation of core logic & types for Blah IM.
Find a file
2024-09-24 03:13:07 +08:00
.github/workflows chore: setting up for publishing on JSR 2024-09-24 03:13:07 +08:00
.zed refactor: id / act key support 2024-09-23 02:31:23 +08:00
crypto feat: new types for identity files 2024-09-24 03:02:57 +08:00
identity chore: setting up for publishing on JSR 2024-09-24 03:13:07 +08:00
scripts init 2024-09-18 02:44:42 +08:00
deno.json chore: setting up for publishing on JSR 2024-09-24 03:13:07 +08:00
deno.lock feat: new types for identity files 2024-09-24 03:02:57 +08:00
LICENSE init 2024-09-18 02:44:42 +08:00
README.md init 2024-09-18 02:44:42 +08:00

@blah-im/core

This is an implementation of Blah Core Protocol in TypeScript.

Installation

# Installing from npm registry
# You can use other npm-compatiable package managers too.
npm install @blah-im/core

# Installing from JSR
deno add jsr:@blah/core

Usage

A symbol API document is available on JSR: https://jsr.io/@blah/core/doc

License

This project is licensed under GNU General Public License v3.0. See LICENSE for more details.