Skip to content

Commit

Permalink
jellyfish-wallet the hdw for DeFi Blockchain (#135)
Browse files Browse the repository at this point in the history
* jellyfish-wallet project init

* added wallet_hd_node.ts and wallet_account.ts

* completed jellyfish-wallet

* init jellyfish-wallet-mnemonic

* completed jellyfish-wallet-mnemonic

* init jellyfish-wallet-ocean

* added tests for jellyfish-wallet-mnemonic

* added wallet_hd_node tests

* removed Promise from provider since now all operations is lite

* added wallet_account.test.ts

* completed wallet.test.ts

* added todo for ocean wallet account

* updated docs
  • Loading branch information
fuxingloh authored Apr 21, 2021
1 parent c62e36c commit f04eb19
Show file tree
Hide file tree
Showing 27 changed files with 1,402 additions and 4 deletions.
172 changes: 168 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/jellyfish-wallet-mnemonic/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[![npm](https://img.shields.io/npm/v/@defichain/jellyfish-wallet-mnemonic)](https://www.npmjs.com/package/@defichain/jellyfish-wallet-mnemonic/v/latest)
[![npm@next](https://img.shields.io/npm/v/@defichain/jellyfish-wallet-mnemonic/next)](https://www.npmjs.com/package/@defichain/jellyfish-wallet-mnemonic/v/next)

# @defichain/jellyfish-wallet-mnemonic

MnemonicHdNode implements the WalletHdNode from jellyfish-wallet; a CoinType-agnostic HD Wallet for noncustodial DeFi.

Purpose [44'] / CoinType-agnostic [n] / Account [n] / Chain (ignored for now) [0] / Addresses [n]

- BIP32 Hierarchical Deterministic Wallets
- BIP39 Mnemonic code for generating deterministic keys
- BIP44 Multi-Account Hierarchy for Deterministic Wallets
Loading

0 comments on commit f04eb19

Please sign in to comment.