mrtn28 / bc-addr

Create bitcoin mnemonic and generate addresses from zpub

Home Page:https://www.npmjs.com/package/bc-addr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to bc-addr πŸ‘‹

Version downloads License: MIT

Create bitcoin mnemonic and generate addresses from zpub

🏠 Homepage

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

About

Create bitcoin mnemonic and generate addresses from zpub

https://www.npmjs.com/package/bc-addr

License:MIT License


Languages

Language:JavaScript 70.6%Language:TypeScript 29.4%