https://github.com/vulpemventures/slip77
A SLIP77 compatible blinding key generation JavaScript library.
https://github.com/vulpemventures/slip77
Last synced: 12 months ago
JSON representation
A SLIP77 compatible blinding key generation JavaScript library.
- Host: GitHub
- URL: https://github.com/vulpemventures/slip77
- Owner: vulpemventures
- License: mit
- Created: 2020-03-17T10:57:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T21:58:49.000Z (about 3 years ago)
- Last Synced: 2025-06-22T16:17:51.072Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 375 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slip77
[](https://travis-ci.org/vulpemventures/slip77)
[](https://github.com/prettier/prettier)
A [SLIP-77](https://github.com/satoshilabs/slips/blob/master/slip-0077.md) compatible library written in TypeScript with transpiled JavaScript committed to git.
## Example
- [Generate a master blinding key from BIP39 seed](./tests/index.js#L20)
- [Import a master blinding key](./tests/index.js#L31)
- [Derive a blinding key pair](./tests/index.js#L39)
## LICENSE [MIT](LICENSE)