An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# slip77

[![Build Status](https://travis-ci.org/vulpemventures/slip77.png?branch=master)](https://travis-ci.org/vulpemventures/slip77)

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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)