TypeScript implementation of core logic & types for Blah IM.
Find a file
Shibo Lyu a9b13b2932
Some checks failed
Deno / test (push) Has been cancelled
chore: release 0.8.3
2025-05-15 03:09:42 +08:00
.github/workflows ci: update publish workflow to use deno 2.x too 2024-10-11 00:49:22 +08:00
.zed feat: identity file gen, add & update act keys 2024-09-30 02:04:44 +08:00
crypto fix: Remove proof of work debug logging 2025-05-11 02:37:52 +08:00
identity feat: Add Identity class documentation and signPayload method 2025-05-15 03:09:04 +08:00
richText fix: bump version and add toPlainText export 2025-03-17 01:30:08 +08:00
scripts fix: Update npm package license 2025-05-11 02:36:14 +08:00
test refactor: spell out all types & test types against schema 2024-09-26 00:32:29 +08:00
.gitignore chore: publish on npm 2024-09-26 01:48:16 +08:00
deno.json chore: release 0.8.3 2025-05-15 03:09:42 +08:00
deno.lock fix: revert to dnt 0.41 2025-05-11 02:36:30 +08:00
LICENSE chore: Change license from GPL-3.0 to MIT 2025-04-30 22:37:09 +08:00
README.md doc: Clarify license in README. 2025-04-30 22:46:24 +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 now licensed under MIT License. Note that this project was licensed under GNU General Public License v3.0 before version 0.7.0. See LICENSE for more details.