forked from jsnbuchanan/crowd-funder-for-time-pwa
add ability to import from Endorser Mobile CSV
This commit is contained in:
@@ -8,6 +8,8 @@ import { Contact } from "@/db/tables/contacts";
|
||||
export const SCHEMA_ORG_CONTEXT = "https://schema.org";
|
||||
// the object in RegisterAction claims
|
||||
export const SERVICE_ID = "endorser.ch";
|
||||
// the header line for contacts exported via Endorser Mobile
|
||||
export const CONTACT_CSV_HEADER = "name,did,pubKeyBase64,seesMe,registered";
|
||||
// the prefix for the contact URL
|
||||
export const CONTACT_URL_PREFIX = "https://endorser.ch";
|
||||
// the suffix for the contact URL
|
||||
|
||||
Reference in New Issue
Block a user