mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-02 03:00:18 -04:00
282 B
282 B
tlsn-js
tlsn-js is a library made to interact with the tlsn protocol.
It has two functions: prove and verify
Install as NPM Package
npm install tlsn-js
Development
npm install
npm run lint
npm test
Build
npm install
npm run build