https://github.com/matijaoe/xpub-derive
CLI tool for deriving bitcoin addresses
https://github.com/matijaoe/xpub-derive
bitcoin bun typescript
Last synced: about 1 month ago
JSON representation
CLI tool for deriving bitcoin addresses
- Host: GitHub
- URL: https://github.com/matijaoe/xpub-derive
- Owner: matijaoe
- Created: 2025-02-06T23:16:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T10:06:35.000Z (over 1 year ago)
- Last Synced: 2025-05-16T16:50:31.328Z (about 1 year ago)
- Topics: bitcoin, bun, typescript
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xpub-derive
Command-line tool for deriving bitcoin addresses from an extended public key.
To install dependencies:
```bash
bun install
```
This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.