Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Mar 4, 2023
1 parent 8ea4843 commit 3602004
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FlipBIP - BIP39 Tool
# FlipBIP - BIP32/39/44 Tool
Crypto toolkit for Flipper Zero

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

### Work in Progress

- WIP: BIP39 seed passphrase support
- WIP: BIP39 to BIP32 HDNode
- possible memory issue
- Support for custom BIP32 wallet paths
- Currently hardcoded to `m/44'/0'/0'/0`

### (Far) Future
### (FAR) Future

- Airgapped wallet functionality
- More coin types
- Saving wallets to disk
- USB/Bluetooth wallet functionality

0 comments on commit 3602004

Please sign in to comment.