TypeScript implementation of core logic & types for Blah IM.
Find a file
2024-10-11 00:46:04 +08:00
.github/workflows ci: update deno to 2.x 2024-10-11 00:45:52 +08:00
.zed feat: identity file gen, add & update act keys 2024-09-30 02:04:44 +08:00
crypto feat: encode private key with a password 2024-10-11 00:42:52 +08:00
identity fix: forgot to export identity class 🤦 2024-09-30 16:21:19 +08:00
scripts fix: npm package.json repository 2024-09-26 01:59:55 +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: bump deps & release 0.2.3 2024-10-11 00:46:04 +08:00
deno.lock chore: bump deps & release 0.2.3 2024-10-11 00:46:04 +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.