fedimintui/guardian-ui
Web app experience for setting up and administering fedimints. This is used by the Fedimint guardians
From repo root directory:
yarn install
docker-compose up
to start two fedimint servers, a gateway, and other dependencies.You can learn more about this command here
Do the following in separate terminals:
guardian-ui/
directoryPORT=3000 REACT_APP_FM_CONFIG_API="ws://127.0.0.1:18174" yarn dev
guardian-ui/
directoryPORT=3001 REACT_APP_FM_CONFIG_API="ws://127.0.0.1:18184" yarn dev
guardian-ui/
directoryPORT=3002 REACT_APP_FM_CONFIG_API="ws://127.0.0.1:18185" yarn dev
guardian-ui/
directoryPORT=3003 REACT_APP_FM_CONFIG_API="ws://127.0.0.1:18186" yarn dev
Use these UIs to set up your two-guardian federation
docker pull fedimintui/guardian-ui