Home Blog Contact

Hierarchical Deterministic Keys

A library to create Bitcoin and Nostr keys from the same mnemonic seeds, and a command-line tool that uses this library

hdkeys

Source Code API Documentation

Version: 0.0.5
License: MIT

To import this package, add the following line to your code

import "go.hansaray.pw/hdkeys"

Hierarchical Deterministic Keys

hdkeys is a library to create Bitcoin and Nostr secret and public account keys from the same mnemonic seeds, and a command-line tool that uses this library.

Why

It is hard to keep secrets specially multiple secrets, with hdkeys you have to keep only your mnemonic seeds secret. All other Bitcoun and Nostr keys are derived from your mnemonic seeds and can be reproduced at any time.

This alows you to have multiple identieties. And you will be able to prove selectivly that those identieties belong to you.
More identieties equals more privacy, means more freedom!

Standards

Can I trust this code?

Don’t Trust. Verify.

Install and documentation

Documents