FindETH / wallets

Library used by FindETH for wallets and derivation

Home Page:https://findeth.github.io/wallets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@findeth/wallets

Version License Travis CI codecov

@findeth/wallets is a library used by FindETH, which provides wallet and address derivation functionality. 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/wallets with Yarn (recommended) or NPM:

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

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

About

Library used by FindETH for wallets and derivation

https://findeth.github.io/wallets/

License:MIT License


Languages

Language:TypeScript 98.9%Language:JavaScript 1.1%