Onboarding wizard and MA signup/enroll site

This commit is contained in:
George Coles
2026-09-15 09:35:24 -04:00
parent 1297766e8a
commit 15e5c6cbd7
12 changed files with 794 additions and 17 deletions
+2 -2
View File
@@ -1,11 +1,10 @@
mod common;
use std::fs;
use std::path::Path;
use std::time::Duration;
use common::{
client, collection, config_for, messages_of_type, poll, poll_messages, publish, query_envelope,
client, collection, config_for, messages_of_type, poll_messages, publish, query_envelope,
register, test_envelope,
};
use frxd::crypto::{Keypair, now_ts};
@@ -99,6 +98,7 @@ fn registry_doc(
version,
issued_at: now_ts(),
ma_key: String::new(),
zone: "frx.invalid".to_string(),
members,
relays,
},