Skip to content

turkycat/temporal-wallet-kit

Repository files navigation

Temporal Wallet Kit

This is a native desktop application with a React frontend that uses Tauri to interact with a Rust backend. It persists no data. You can easily check balances with this app. It could be easily extended to list transactions, and a simple sweep recovery feature that could require users to type their mnemonics for simple empergency recovery, potentially adding hardware device support.

Setup Instructions

  1. Verify you have rust installed
$ rustc --version
rustc 1.80.0 (051478957 2024-07-21)

to install:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

to update:

rustup update
  1. checkout this repo and cd into it
  2. pnpm install
  3. pnpm tauri dev

usage instructions

paste both descriptors in and hit submit. app will probably crash if you leave one blank or the descriptor is invalid. app will probably crash if you mix testnet and mainnet descriptors. this is a proof of concept.

Recommended IDE Setup

About

a native application that uses wallet descriptors to interact with the bitcoin network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published