mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-04-02 03:00:18 -04:00
docs: Add license information (#50)
This commit is contained in:
14
readme.md
14
readme.md
@@ -1,3 +1,9 @@
|
||||
![MIT licensed][mit-badge]
|
||||
![Apache licensed][apache-badge]
|
||||
|
||||
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
[apache-badge]: https://img.shields.io/github/license/saltstack/salt
|
||||
|
||||
# tlsn-js
|
||||
|
||||
NPM Modules for proving and verifying using TLSNotary in the browser.
|
||||
@@ -7,6 +13,14 @@ The prover requires a [notary-server](https://github.com/tlsnotary/notary-server
|
||||
> [!IMPORTANT]
|
||||
> `tlsn-js` is developed for the usage of TLSNotary **in the Browser**. This module does not work in `nodejs`.
|
||||
|
||||
## License
|
||||
This repository is licensed under either of
|
||||
|
||||
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
|
||||
- [MIT license](http://opensource.org/licenses/MIT)
|
||||
|
||||
at your option.
|
||||
|
||||
## Example
|
||||
```ts
|
||||
import { prove, verify } from '../src';
|
||||
|
||||
Reference in New Issue
Block a user