Skip to content

Commit 3602004

Browse files
committed
changelog update
1 parent 8ea4843 commit 3602004

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FlipBIP - BIP39 Tool
1+
# FlipBIP - BIP32/39/44 Tool
22
Crypto toolkit for Flipper Zero
33

44
## Background
@@ -12,18 +12,21 @@ The goal of this project is to see how much crypto functionality can be brought
1212
- Trezor crypto C code ported into `crypto` subfolder
1313
- Adapted to use Flipper hardware RNG (see `crypto/rand.c`)
1414
- Imports and some C library functions modified for compatibility with FBT
15-
- Basic navigation and UI adapted from FAP Boilerplate app
16-
- BIP39 mnemonic generation supported!
15+
- Navigation and UI adapted from FAP Boilerplate app
16+
- BIP39 mnemonic generation
1717
- 24, 18, or 12 words
1818
- BIP39 mnemonic to BIP39 seed generation
19+
- Hierarchical Deterministic (HD) wallet generation from seed
20+
- Generation of offline `m/44'/0'/0'/0` BTC wallet
21+
- Similar features to: https://iancoleman.io/bip39/
1922

2023
### Work in Progress
2124

22-
- WIP: BIP39 seed passphrase support
23-
- WIP: BIP39 to BIP32 HDNode
24-
- possible memory issue
25+
- Support for custom BIP32 wallet paths
26+
- Currently hardcoded to `m/44'/0'/0'/0`
2527

26-
### (Far) Future
28+
### (FAR) Future
2729

28-
- Airgapped wallet functionality
30+
- More coin types
31+
- Saving wallets to disk
2932
- USB/Bluetooth wallet functionality

0 commit comments

Comments
 (0)