@corpollc/qntm
v0.5.0
Published
QSP v1.1 protocol library — identity, invites, encrypted messaging, and threshold gate signing
Maintainers
Readme
@corpollc/qntm
TypeScript client library for the qntm secure messaging protocol.
Install
npm install @corpollc/qntmWhat it includes
- Identity generation and key IDs
- Invite creation and acceptance
- Encrypted message create/decrypt helpers
- Group membership and rekey helpers
- Gate request, approval, and secret helpers
- Dropbox relay client for browser or Node runtimes
Basic usage
import { generateIdentity, DropboxClient } from '@corpollc/qntm'
const identity = generateIdentity()
const dropbox = new DropboxClient('https://inbox.qntm.corpo.llc')For the protocol specification, see docs/QSP-v1.1.md in the main repository.
