Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
/ hdnode Public archive

Small HD wallet key derivation library

License

Notifications You must be signed in to change notification settings

FindETH/hdnode

Repository files navigation

@findeth/hdnode

Version License Travis CI codecov

@findeth/hdnode is a library used by FindETH, used for mnemonic phrases and HD wallet key derivation. It is used in the desktop, web and CLI applications, that can be found here:

Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.


Installation

You can install @findeth/hdnode with Yarn (recommended) or NPM:

$ yarn add @findeth/hdnode
$ npm install @findeth/hdnode

Getting Started

TODO

Development

Install dependencies with yarn:

$ yarn

To run automated tests, use the test script:

$ yarn run lint

To build the library, use the build script:

$ yarn run build