UNPKG

slip77

Version:
16 lines (9 loc) 663 B
# 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)