https://github.com/keejef/genthresh
Online BLS signatures
https://github.com/keejef/genthresh
aggregate-signatures bls bls12-381 websockets
Last synced: about 1 month ago
JSON representation
Online BLS signatures
- Host: GitHub
- URL: https://github.com/keejef/genthresh
- Owner: KeeJef
- License: mit
- Created: 2020-10-08T08:55:07.000Z (over 4 years ago)
- Default Branch: VueOverhaul
- Last Pushed: 2023-06-22T10:27:22.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T00:03:15.662Z (about 2 months ago)
- Topics: aggregate-signatures, bls, bls12-381, websockets
- Language: JavaScript
- Homepage: https://genthresh.com
- Size: 4.16 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

## [GenThresh](https://genthresh.com)
[GenThresh.com](https://GenThresh.com) uses bls12-381 as implemented [here](https://github.com/paulmillr/noble-bls12-381) to allow you to Generate, Sign, Aggregate and verify BLS signatures. It also allows for the spontaneous creation of rooms (using websockets) where users can automatically aggregate signatures.
## Security
GenThresh has NOT been audited and should be therefor not be used for highly sensitive data or financial usecases.
## Code Quality
The code here is a prototype, management of the DOM without a framework is a mess, and the server-side script stores everything in memory which will not scale, i fully encourage someone to take this and iterate to a production ready app.