A cross-platform wallet app made for payment on Kaspa network.
This app were originally made due to technical issues and limitation with Kaspium when used within Kasway. Designed with UI/UX in mind to help non-technical users to make transactions on Kaspa network.
This project is still under heavy development. Some features might not yet available.
Ionic V8
An open source mobile UI toolkit for building modern, high quality cross-platform mobile apps from a single code base.
Vue 3
An approachable, performant and versatile framework for building web user interfaces.
Typescript
Type-safe codebase for reduced runtime errors.
Vite
Bundling and development server for rapid iteration.
⚙️ Kaspa WASM SDK
Compiled Rust code for address derivation, and transaction signing.
🔐 Secure Storage
Secure, flexible storage for Capacitor apps using iOS Keychain and Android Keystore.
Biometric Auth
Easy access to native biometric auth APIs on iOS and Android
- Make sure you have Ionic framework installed.
- Clone this repository
cd
into the repository folder- Run
npm install
to install dependencies
- Run
ionic serve
- Visit
localhost:8100
on your web browser - Read this if you prefer using iOS simulator
- Read this if you prefer using Android simulator
See the LICENSE file for details.