This is the companion app for Seedener Hardware Wallet Device, where you can create vaults and interact with the chia blockchain.
At the current moment you can import spend bundles via file upload and display them via QR Transfer loop in site the app. After scanning and signing with Seedener Hardware Device, you can scan signed spend bundles with Seedsaver Wallet app and share it to your computer where chia custody tool lives.
- Upload and Scan spend bundles
- Scan Pub keys
- Create vaults via app api
- Request status of vaults
- Rekey vaults
- Clawback spend
- Export vault configuration files
- Editable api for Chia full-node and custody backend
- Add full chia wallet support
- CAT vault management
- other hardware device support
git clone https://github.com/MaximEdogawa/seedsaver_wallet.git
Follow these tutorials to install flutter for your platform here
flutter pub get
flutter pub build apk
flutter run
Follow these steps to that you can register your iOS app with your Apple-ID here
flutter pub get
Create app launch icons
flutter packages pub run flutter_launcher_icons:main
flutter pub build ipk
flutter run