From 4ea47f6e093bf7bffccaa122864e7eb04cfdc639 Mon Sep 17 00:00:00 2001 From: xtruan Date: Sat, 4 Mar 2023 11:08:09 -0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ec5e33ecae..cb5fd88cfff 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,14 @@ The application will be compiled and copied onto your device - BIP39 mnemonic to BIP39 seed generation - Hierarchical Deterministic (HD) wallet generation from seed - Generation of offline `m/44'/0'/0'/0` BTC wallet + - Generation of offline `m/44'/60'/0'/0` ETH wallet (coded from the $SPORK Castle of ETHDenver 2023!) - Similar features to: https://iancoleman.io/bip39/ ### Work in Progress - Support for BIP39 passphrase - Currently blank -- Support for custom BIP32 wallet paths +- Support for more custom BIP32 wallet paths - Currently hardcoded to `m/44'/0'/0'/0` ### (FAR) Future