mirror of
https://github.com/Blah-IM/typescript-core.git
synced 2025-04-30 16:21:10 +00:00
TypeScript implementation of core logic & types for Blah IM.
.github/workflows | ||
.zed | ||
crypto | ||
identity | ||
scripts | ||
deno.json | ||
deno.lock | ||
LICENSE | ||
README.md |
@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.