README
slip77
A SLIP-77 compatible library written in TypeScript with transpiled JavaScript committed to git.
Example
- Generate a master blinding key from BIP39 seed
- Import a master blinding key
- Derive a blinding key pair
A SLIP-77 compatible library
<script type="module">
import slip77 from 'https://cdn.skypack.dev/slip77';
</script>
A SLIP-77 compatible library written in TypeScript with transpiled JavaScript committed to git.