Skip to content
/ bc-addr Public

Create bitcoin mnemonic and generate addresses from zpub

License

Notifications You must be signed in to change notification settings

mrtn28/bc-addr

Repository files navigation

Welcome to bc-addr 👋

Version downloads License: MIT

Create bitcoin mnemonic and generate addresses from zpub

Install

npm install bc-addr

Usage

npx bc-addr # Create bitcoin mnemonic
import {
  zpub2address, // Generate addresses from zpub
  zpub2xpub     // zpub to xpub
} from 'bc-addr'

Run tests

npm run test

Author

👤 mrtn28

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2023 mrtn28.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator