[BREAKGLASS] Offline UI for creating reusable SeedSigner configurations as Settings QR codes
Go to file
Nick Klockenga 036c947f8e
Merge pull request #9 from kdmukai/2025-12_refactor_extraction
[Refactor] Remove direct execution of `settings_definition.py`
2026-03-04 21:59:14 -05:00
docs Update index.html to current dev 2025-12-28 09:42:03 -06:00
src Merge branch 'master' into 2025-12_refactor_extraction 2025-12-28 09:43:29 -06:00
.gitignore Update .gitignore 2023-06-19 20:56:14 -05:00
.gitmodules Update .gitmodules 2023-06-19 17:12:42 -05:00
LICENSE init project 2012-12-26 15:45:08 +09:00
README.md Updating urls now that SeedSigner controls the repo 2023-07-31 11:14:00 -05:00
requirements.txt Very raw end-to-end proof-of-concept 2022-02-24 13:37:42 -06:00

SeedSigner SettingsQR Generator

Quick Start

The SettingsQR Generator is just a bunch of static web files that you can run in your browser two different ways:

Access it online

The online hosted version is available at https://seedsigner.github.io/seedsigner-settings-generator/

Download and run offline

You can run the SettingsQR Generator totally offline and air-gapped.

Get a local copy of this github repo by clicking on the green "code" button above.

  • If you have git installed, you can git clone https://github.com/seedsigner/seedsigner-settings-generator.git
  • Or you can choose the "Download Zip" option

At this point you can disconnect your computer from the internet (or transfer the project files over to your air-gapped computer).

To run the SettingsQR Generator, just double-click on docs/index.html.


Developers:

see: developers.md

see: SettingsQR Specification


Attribution

This repo started as a fork from @davidshimjs's qrcodejs but I have since detached my fork as I changed the repo structure and am unlikely to have any PRs from or to the original. @davidshimjs's original LICENSE remains as-is from the original repo.