Client-side web app for decoding Fedimint invite codes and OOB ecash notes. Decoding runs locally in the browser and does not require a backend.
https://ngutech21.github.io/fedimint-decoder/
Enter the Nix development shell:
nix developRun the app locally:
trunk serveBuild the static app:
nix build .#The build output is available through the result symlink after a successful
Nix build.