Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
/ ginkou Public archive

The themelio web-based wallet frontend

Notifications You must be signed in to change notification settings

mel-project/ginkou

Repository files navigation

Ginkou

A wallet for your Themelio coins.

Ginkou is a web interface, developed in Svelte and Material UI. It communicates with the mel wallet daemon over http. The daemon is packaged together with the wallet interface using Tauri.

Develop

Install the dependencies and start the environment to rebuild on file changes.

npm install
npm run dev

Build themes

npm run smui-theme-light

Run API tests

npm run test

Rebuild nix env

For developers updating the nix configuration only:

node2nix --development -l package-lock.json