Introducing Kaspian, a self-custodial Kaspa wallet with built-in merchant tool and provider api.
- Create wallet
- Import wallet
- Derive addresses
- Send transactions
- Node selection, multiple networks
- Receive with QR code generation
- Provider api
- Themes
- Internationalization
Kaspian is currently not available in web stores as it is in its alpha stage. The available methods for installation is through local builds using developer tools or by GitHub Actions builds.
Ensure you have Bun. If not, please install the latest version of Bun to proceed with the development process.
Install the required Bun modules using the command bun install
and get WASM binaries from here or by building it yourself from rusty-kaspa. Once obtained, place the WASM binaries into the ./wasm
folder.
To begin testing, execute bun run dev
to run the development server. Then, utilize the contents of the dist folder as an unpacked extension in your browser for testing purposes.
To build it as an unpacked extension, execute bun run build
. It will be built into dist folder.