New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@cedulon/receipts

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cedulon/receipts

Signed spend receipts (COSE_Sign1, Ed25519) for Cedulon.

Source
npmnpm
Version
0.9.0
Version published
Weekly downloads
344
7.17%
Maintainers
1
Weekly downloads
 
Created
Source

@cedulon/receipts

Signed spend receipts. Default encoding is COSE_Sign1.

import { generateReceiptKeys, signReceipt, verifyReceipt } from "@cedulon/receipts";

const keys = generateReceiptKeys();
const receipt = signReceipt(claims, keys.privateKeyPem, keys.publicKeyPem);
verifyReceipt(receipt);

Repository: https://github.com/dogrucanemek-alt/cedulon

Keywords

cedulon

FAQs

Package last updated on 01 Sep 2026

Related posts