Check if a BTC's wallet private key matches the public address.
This app may be useful for validating paper wallets.
Some of the dependencies do not provide null safety. For now, we have to test / run with null safety off, as shown below.
flutter test --no-sound-null-safety
flutter run --no-sound-null-safety
When validating an actual wallet, you may want to
- Put the phone in airplane mode
- Validate your wallet
- Kill the app
- Deactivate the airplane mode
The current version of the app was not tested on iOS, only on Android. It does not work in the browser.
Please do not send any crypto to the test addresses used in this app - it will be lost forever!