waku.org/root-pages/events/eth-bratislava.mdx

171 lines
5.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: ETHBratislava
description: Uncompromising Web3 Communication at Scale
hide_table_of_contents: true
hide_title: true
og:image_subtitle: Events
---
import {
Box,
EventBanner,
EventInfo,
EventAbout,
EventProfileList,
EventCTA,
InputCTASection,
EventHeader,
Grid,
} from '@site/src/components/mdx'
<head>
<body className="events full-width event-details" />
</head>
<Box top={{ xs: 8 }}>
<EventBanner src="/events/ethbratislava.jpeg" />
<EventHeader
title="Waku at ETHBratislava"
description="We are a family of robust, censorship-resistant communication protocols designed to enable privacy-focused messaging for web3 apps."
/>
<Box top={{ xs: 32 }}>
<Grid xs={{ cols: 2, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<EventInfo
label="Date"
content={"May 10 May 11\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"LKOVICOVA 2, Bratislava,\nSlovakia"}
/>
</Grid.Item>
</Grid>
</Box>
</Box>
<Box top={{ xs: 120 }}>
<EventAbout>
Waku is a suite of generalised messaging protocols aiming to be the communication standard for the decentralised web. It enables private and secure human-to-human, machine-to-machine, and human-to-machine communication without reliance on centralised intermediaries. Messaging through Waku is possible from one-to-one to many-to-many.
<br />
Waku serves as the communications layer of the Logos tech stack. Alongside the trustless agreement layer, Nomos, and the storage layer, Codex, it is one of the Logos Collective's foundational projects.
<br />
Motive:
Today's internet is increasingly controlled by a small number of tech giants. Google, Amazon, Meta, and a few others dictate what we see and with whom we can communicate. Their influence is almost limitless, and their actions shape global public opinion and even geopolitics.
<br />
To anyone that understands the internet's present architecture, this outcome should be expected. The centralised entities through which we communicate have privileged access to reams of data that we, as internet users, produce daily, presenting an opportunity for the kind of surveillance that was once confined to the pages of science-fiction literature. Thinking that the most powerful commercial and political institutions would not leverage this would be naive.
<br />
Yet, it doesn't have to be this way. Advances in cryptography, peer-to-peer networking, and decentralised technologies provide an alternate path forward.
</EventAbout>
</Box>
<Box top={{ xs: 120 }}>
<EventProfileList
title="Our Delegation"
description="Reach out for an appointment."
data={[
{
image: '/events/vaclav.png',
name: 'Václav Pavlín',
role: 'Solution Engineer',
email: 'vaclav@status.im',
linkedin: 'https://www.linkedin.com/in/vpavlin/',
},
]}
/>
</Box>
<Box top={{ xs: 32 }}>
<h3>Want to see how Waku works?</h3>
<Box top={{ xs: 16 }}>
<Grid xs={{ cols: 2, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<EventInfo
label="Workshop"
content={
<>
Come over to meet Waku Solution Engineer and listen to his workshop about the standard for web3 communication !
<br/><br/>
In this talk, he will introduce you to Waku - a family of robust, censorship-resistant communication protocols designed to enable privacy-focused messaging for web3 apps. Hell explain the history (Do you remember Whisper?), current state and what you can expect in the future. Hell talk about how Waku fits into web3 stack, how to leverage it for your dapp and explore cool use cases weve seen and would like to see.
<br/><br/>
Date: 10th of May
<br/>
Time: 13:00 -14:00
</>
}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Discussion Panel"
content={
<>
At the same day, on 10th of May, at 11:00-12:00, you will be also able to listen to Vaclav at the discussion panel on "Privacy Solutions in Blockchain"- alongside Ivan Homoliak (TU Brno) , Tibor Tribus (Maya-zk) and dc.builder (Worldcoin).
<br/>
Make sure not to miss this insightful conversation!
<br/><br/>
Find the full schedule here: https://ethba.notion.site/Schedule-e1a24e80486047a9bff88fdc34f9d501#106ab61e980940798c0b8c8bb208e975
<br/><br/>
Have any questions about the event our tech? Reach out to us on Discord - https://discord.com/invite/gMPAzmcDER or Telegram - https://t.me/waku_org - we are always happy to help!
</>
}
/>
</Grid.Item>
</Grid>
</Box>
</Box>
<Box top={{ xs: 120 }}>
<Grid
xs={{ cols: 1, gap: '1rem' }}
md={{ cols: 2 }}
className="bottom-cta-sections"
>
<Grid.Item xs={1}>
<InputCTASection
title="Logos Network State"
description={
'Want to get involved with Waku?\nJoin the Discord community.'
}
link="https://discord.waku.org/"
label="Get Involved"
/>
</Grid.Item>
<Grid.Item xs={1}>
<InputCTASection
title="Newsletter"
description={'Subscribe\nto our newsletter'}
label="Subscribe"
formInput={[
{
label: 'Name',
placeholder: 'Name',
type: 'text',
name: 'name',
required: true,
},
{
label: 'Email',
placeholder: 'Enter your email',
type: 'email',
name: 'email',
required: true,
},
]}
/>
</Grid.Item>
</Grid>
</Box>