A seed phrase checker for BIP39 mnemonic.
- M5Paper (Hardware)
- Visual Studio Code
- PlatformIO
Install driver from https://docs.m5stack.com/en/quick_start/m5paper/arduino
- From the left menu, select PlatformIO.
- Select
PROJECT TASK > m5stack-fire > General
> Upload to build firmware and upload to M5Paper
- From the left menu, select PlatformIO.
- Select
PROJECT TASK > native > Advanced > Test
to build firmware and upload to M5Paper
- Upload firmware from Visual Studio Code
- Raunch M5Burner
- Select Hamburger icon and Export Firmware
- Set export parameters
- COM: tty.wchusbserial***
- BaudRate: 115200
- Size: 4MB
- File Path: any
- Select
USER CUSTOM > Publish
- M5Stack Library : https://github.com/m5stack/M5Stack
- M5Paper Library: https://github.com/m5stack/M5EPD
These libraries are automatically downloaded by PlatformIO.
- lib/hash/src: forked from https://github.com/trezor/trezor-firmware/tree/master/crypto
- test/test_desktop/unity_*: forked from https://github.com/ThrowTheSwitch/Unity