Skip to content

Issues 9 wallet core standards#12

Open
ohotuowo-morgan wants to merge 16 commits into
mainfrom
issues-9-wallet-core-standards
Open

Issues 9 wallet core standards#12
ohotuowo-morgan wants to merge 16 commits into
mainfrom
issues-9-wallet-core-standards

Conversation

@ohotuowo-morgan
Copy link
Copy Markdown
Collaborator

Overview

This PR implements Bitcoin wallet engine for AriseWallet using bdk-rn. It introduces secure wallet creation, multi-vault support (Taproot, SegWit, Legacy), a live dashboard, and a fully functional Receive flow.

Key Features Added
Core Wallet Engine: Implemented BIP39/32/44/49/84/86 to support wallet generation and derivation for Taproot, Native SegWit, P2SH, and Legacy addresses.

Dashboard & Live Data: Built the main dashboard with real-time BTC/USD pricing (CoinGecko integration), transaction history mapping, and clean empty states.

Multi-Vault Switching: Added vault switching. The wallet automatically syncs on launch, pull-to-refresh, or when switching between address types (with a loading overlay).

Receive Flow: Created the Receive screen with QR codes that update based on the currently selected vault(wallet type).

State & Security: Added Auth Guard, state rehydration via Zustand, and secure credential storage using expo-secure-store.

Native Build Fix: Created a permanent patch-package for bdk-rn to resolve Android Kotlin compilation crashes.

ohotuowo-morgan and others added 16 commits September 29, 2025 14:31
…44 Basic HD wallet with legacy addresses generation
…on listing, which is now removed to allowing npm install to install the correct required version of react and react-native for expo to bundle properlu
… flow

- Implement BIP39/32/44/49/84/86 wallet derivation using BDK-RN
- Add secure state persistence and auth guard via expo-secure-store & Zustand
- Build dashboard with auto-sync, pull-to-refresh, and live BTC/USD pricing
- Implement multi-vault switching with loading states and graceful error handling
- Create Receive screen with dynamic QR code generation for all address types
- Add wallet restore logic and transaction history mapping (with empty states)
- Secure bdk-rn Android native compilation using patch-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants