Files
tlsn-js/readme.md
2023-11-11 15:29:57 -08:00

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