A comprehensive mono-repo containing all Bloom related SSI related libraries.
npm install @onramp/ssi-sdk
import * as onramp from '@onramp/ssi-sdk'
cm
)onramp.cm
: Credential Manifest types and schemasdid
)onramp.did.create
: Create DIDs using various methods (random, mnemonic, keypair)onramp.did.element
: Interact with DID elementsonramp.did.resolve
: Resolve DIDs from a string to a documentsecp256k1
)onramp.secp256k1.sig
: Secp256k1 signature functionsonramp.secp256k1.key
: Secp256k1 keyspe
)onramp.pe.pd
: Presentation Definition types and schemasonramp.pe.ps
: Presentation Submission types and schemasvc
)onramp.vc.core
: Verifiable Credential types and schemasonramp.vc.sign
: Verifiable Credential signing functionsonramp.vc.verify
: Verifiable Credential verification functionswaci
)onramp.waci.core
: WACI typesonramp.waci.jose
: JWT types and signing/verification functions