adding stripe section, parts of dashboard

This commit is contained in:
metacryst
2026-01-07 18:30:58 -06:00
parent eced0b72d1
commit f0694f0b99
24 changed files with 183 additions and 411 deletions

View File

@@ -22,6 +22,7 @@ export default class Members extends OrderedObject {
),
joined: z.string(),
address: this.addressSchema,
networks: z.array(z.number())
})
isHashed = (s) => {return s.startsWith("$argon2")}