1.0.0 • Published 1 year ago

@ubirch/ubirch-cert-js v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Typescript Certificate Verification

This is a small library to verify UBIRCH ESG certificates right in your web browser.

If used with web frameworks, may require polyfills:

import { Buffer } from 'buffer';
(window as any).global = window;
global.Buffer = global.Buffer || Buffer;