Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromkenshyx/bip32

A BIP32 compatible library.

License

NotificationsYou must be signed in to change notification settings

go-faast/bip32

 
 

Repository files navigation

Build Status

NPM

code style: prettier

ABIP32 compatible library written in TypeScript with transpiled JavaScript committed to git.

Example

TypeScript

import*asbip32from'bip32';import{BIP32Interface}from'bip32';letnode:BIP32Interface=bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi');letchild:BIP32Interface=node.derivePath('m/0/0');// ...

NodeJS

letbip32=require('bip32')letnode=bip32.fromBase58('xprv9s21ZrQH143K3QTDL4LXw2F7HEK3wJUD2nW2nRk4stbPy6cq3jPPqjiChkVvvNKmPGJxWUtg6LnF5kejMRNNU3TGtRBeJgk33yuGBxrMPHi')letchild=node.derivePath('m/0/0')// ...

LICENSEMIT

A derivation (and extraction for modularity) of theHDWallet/HDNode written and tested bybitcoinjs-lib contributors since 2014.

About

A BIP32 compatible library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript59.9%
  • TypeScript40.1%

[8]ページ先頭

©2009-2025 Movatter.jp