0xBigBoss / hd-keyring

POKT Wallet - Manage BIP-32 compatible hierarchical deterministic (HD) wallets, with added support for ed25519 keys.

Home Page:https://poktwallet.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hd-keyring

A class to manage BIP-32 compatible hierarchical deterministic (HD) wallets, with added support for ed25519 keys.

Building and Developing

  • NodeJS 14
  • PNPM

Quickstart

$ npm install -g pnpm # if you don't have pnpm globally installed
$ pnpm install # install all dependencies; rerun with --ignore-scripts if
               # scrypt node-gyp failures prevent the install from completing
$ pnpm test -- --watch # start a continuous test that will auto-run with changes

Once the continuous test build is running, you can make whatever changes to the code and make sure tests continue to pass.

About

POKT Wallet - Manage BIP-32 compatible hierarchical deterministic (HD) wallets, with added support for ed25519 keys.

https://poktwallet.io

License:Other


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%