CashTokens Wallet App

This is the code repository for my CashTokens Wallet App, an Android wallet with CashTokens support for chipnet.

The project uses Capacitor-js & Vite to turn My CashTokens Webwallet into an Android app!

Differences with the webwallet

The app does not have the 'createTokens' functonality and does not display the footer on each page.

Run App

yarn
yarn vite build
npx cap sync
npx cap open android

Problem

Persisting state darkmode with Preferences API does not work.