The smokesignal.events web application
at main 20 lines 518 B view raw
1INSERT INTO 2 handles (did, handle, pds) 3VALUES 4 ( 5 'did:plc:d5c1ed6d01421a67b96f68fa', 6 'whole-crane.examplepds.com', 7 'https://pds.examplepds.com' 8 ), 9 ( 10 'did:plc:c71dca8dfb0f126321f82435', 11 'formidable-crappie.examplepds.com', 12 'https://pds.examplepds.com' 13 ), 14 ( 15 'did:plc:b10c457b287b3f06fd768504', 16 'premium-dove.examplepds.com', 17 'https://pds.examplepds.com' 18 ); 19 20-- echo "examplepds.com user $(date)" | sha256sum | head -c 24