@ubirch/ubirch-cert-js
v1.0.0
Published
An implementation of a CWT for ESG/ESRS related certificates.
Downloads
2
Readme
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;