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

https://github.com/mrtn28/bc-addr

Create bitcoin mnemonic and generate addresses from zpub
https://github.com/mrtn28/bc-addr

address bip39 bitcoin mnemonic zpub

Last synced: about 1 month ago
JSON representation

Create bitcoin mnemonic and generate addresses from zpub

Awesome Lists containing this project

README

          

Welcome to bc-addr 👋




Version


downloads


License: MIT

> Create bitcoin mnemonic and generate addresses from zpub

### 🏠 [Homepage](https://github.com/mrtn28/bc-addr#readme)

## Install

```sh
npm install bc-addr
```

## Usage

```sh
npx bc-addr # Create bitcoin mnemonic
```

```js
import {
zpub2address, // Generate addresses from zpub
zpub2xpub // zpub to xpub
} from 'bc-addr'
```

## Run tests

```sh
npm run test
```

## Author

👤 **mrtn28**

* Github: [@mrtn28](https://github.com/mrtn28)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/mrtn28/bc-addr/issues).

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2023 [mrtn28](https://github.com/mrtn28).

This project is [MIT](https://github.com/mrtn28/bc-addr/blob/main/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_