w3ps1/src/lib/config.js

21 lines
713 B
JavaScript
Raw Normal View History

2023-02-11 21:42:13 +01:00
export default {
title: 'Web3Privacy Prague 2023',
shortname: 'Web3Privacy Prague',
date: 'Monday, 5. June 2023',
venue: 'X10, Prague',
themes: [
{ title: 'Human rights DAOs (pro-privacy)' },
{ title: 'Identity (ID)' },
{ title: 'Mixnets → Full-Stack Privacy' },
{ title: 'Cryptography' },
{ title: 'Tech journalists' },
{ title: 'Asian community' },
{ title: 'Privacy wars' },
{ title: 'Privacy workforce' },
{ title: 'Privacy activist\'s' },
{ title: 'R&D (ZK, MPC)' },
{ title: 'Network states (with a privacy focus)' },
{ title: 'Solarpunk vs Lunarpunk' },
{ title: 'Veksl' }
]
}