Removing repeated events (#78)

* removing repeated events

* adding new events for may

* restructuring the event according to the dates

* adding berlin events
This commit is contained in:
Guru 2024-05-06 14:17:51 +05:30 committed by GitHub
parent a6ea7386c1
commit 46de25b877
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 1403 additions and 31 deletions

View File

@ -0,0 +1,175 @@
---
title: Dappcon
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/dappcon24.jpeg" />
<EventHeader
title="Waku at Dappcon"
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 21 May 23\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Radialsystem, Berlin,\nGermany"}
/>
</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/marina.png',
name: 'Marina Petrichenko',
role: 'Eco Dev Team Lead ',
email: 'marina@status.im',
linkedin: 'https://www.linkedin.com/in/marina-petrichenko/',
},
{
image: '/events/vaclav.png',
name: 'Václav Pavlín',
role: 'Solution Engineer',
email: 'vaclav@status.im',
linkedin: 'https://www.linkedin.com/in/vpavlin/',
},
{
image: '/events/pedro.png',
name: 'Pedro Lains',
role: 'BD Lead',
email: 'pedrolains@status.im',
linkedin: 'https://www.linkedin.com/in/pedro-la%C3%ADns-14526183/',
},
{
image: '/events/sergei.png',
name: 'Sergei Tikhomirov',
role: 'Protocol Researcher',
email: 'sergei@status.im ',
linkedin: 'https://www.linkedin.com/in/sergeitikhomirov/',
},
]}
/>
</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={
<>
During Dappcon you will be able to enjoy the talk by Vaclav: “Ditch the gateway! - a workshop to replace client-server using HTTP gateway/server with Waku " - prepare your questions!
<br/><br/>
Stay tuned for exact day and time!
<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!
<br/><br/>
See you in Berlin!
</>
}
/>
</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>

View File

@ -0,0 +1,162 @@
---
title: DLT2024
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/dlt2024.jpeg" />
<EventHeader
title="Waku at ETHLATAM"
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 14 May 15\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Turin,\nItaly"}
/>
</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/alvaro.png',
name: 'Alvaro Revuelta',
role: 'Waku Research Engineer',
email: 'alrevuelta@status.im',
linkedin: 'https://www.linkedin.com/in/alvarolopezrevuelta/',
},
]}
/>
</Box>
<Box top={{ xs: 32 }}>
<h3>Presentation</h3>
<Box top={{ xs: 16 }}>
<Grid xs={{ cols: 2, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<EventInfo
label="Research Paper Presentation"
content={
<>
Waku paper will be presented by Alvaro Revuelta ( Waku Rearch Engineer) at the 6th Distributed Ledger Technologies Workshop (DLT2024) in Italy!
<br/><br/>
Date: 15th of May
<br/>
Time: 13:57
<br/><br/>
The paper title is: “Message Latency in Waku Relay with Rate Limiting Nullifiers”
<br/><br/>
Authors - Waku R & D Team - Alvaro Revuelta, Sergei Tikhomirov, Aaryamann Challani, Hanno Cornelius and Simon Pierre Vivier.
<br/><br/>
Abstract: Waku is a privacy-preserving, generalized, and decentralized messaging protocol suite. Waku uses GossipSub for message routing and Rate Limiting Nullifiers (RLN) for spam protection. GossipSub ensures fast and reliable peer-to-peer message delivery in a permissionless environment, while RLN enforces a common publishing rate limit using zero-knowledge proofs. This paper presents a practical evaluation of message propagation latency in Waku. First, we estimate latencies analytically, building a simple mathematical model for latency under varying conditions. Second, we run a large-scale single-host simulation with 1000 nodes. Third, we set up a multi-host Waku deployment using five nodes in different locations across the world. Finally, we compare our analytical estimations to the results of the simulation and the real-world measurement. The experimental results are in line with our theoretical model. Under realistic assumptions, medium sized messages (25 KB) are delivered within 1 second. We conclude that Waku can achieve satisfactory latency for typical use cases, such as decentralized messengers, while providing scalability and anonymity.
<br/><br/>
Find the full program for conference here: https://dlt2024.di.unito.it/program/
<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>

View File

@ -0,0 +1,168 @@
---
title: ETHBerlin
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/ethberlin.jpeg" />
<EventHeader
title="Waku at ETHBerlin"
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 24 May 26\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"CIC Innovation Campus, Berlin,\nGermany"}
/>
</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/marina.png',
name: 'Marina Petrichenko',
role: 'Eco Dev Team Lead ',
email: 'marina@status.im',
linkedin: 'https://www.linkedin.com/in/marina-petrichenko/',
},
{
image: '/events/pedro.png',
name: 'Pedro Lains',
role: 'BD Lead',
email: 'pedrolains@status.im',
linkedin: 'https://www.linkedin.com/in/pedro-la%C3%ADns-14526183/',
},
{
image: '/events/sergei.png',
name: 'Sergei Tikhomirov',
role: 'Protocol Researcher',
email: 'sergei@status.im ',
linkedin: 'https://www.linkedin.com/in/sergeitikhomirov/',
},
]}
/>
</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={
<>
Durin ETHBerlin you will be also able to attend the workshop from Sergei, Waku Protocol Engineer. Make sure to prepare your questions upfront!
<br/><br/>
Stay tuned for exact day and time!
<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!
<br/><br/>
See you in Berlin!
</>
}
/>
</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>

View File

@ -0,0 +1,170 @@
---
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>

View File

@ -0,0 +1,172 @@
---
title: ETHPrague
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/ethprague.jpeg" />
<EventHeader
title="Waku at ETHPrague"
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 31 June 2\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Prague,\nCzech Republic"}
/>
</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/',
},
{
image: '/events/pedro.png',
name: 'Pedro Lains',
role: 'BD Lead',
email: 'pedrolains@status.im',
linkedin: 'https://www.linkedin.com/in/pedro-la%C3%ADns-14526183/',
},
{
image: '/events/sasha.png',
name: 'Oleksandr',
role: 'js-waku Protocol Lead',
email: 'olexandr@status.im',
},
{
image: '/events/guru.png',
name: 'Kumaraguru T',
role: 'Developer relations engineer',
email: 'guru@status.im',
linkedin: 'https://linkedin.com/in/kumaraguru7',
}
]}
/>
</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 say “Hi” to Waku team!
<br/>
Book a meeting to discuss all things privacy and decentralization!
<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>

View File

@ -21,42 +21,69 @@ import {
<EventCardList
upcoming={[
{
thumbnail: '/events/wsas.jpg',
title: 'Waku at WSAS',
date: 'May 7 - May 8\n2024',
location: 'Online',
href: '/events/wsas',
},
{
thumbnail: '/events/ethbratislava.jpeg',
title: 'Waku at ETHBratislava',
date: 'May 10 May 11\n2024',
location: 'LKOVICOVA 2, Bratislava,\nSlovakia"',
href: '/events/ethbratislava',
},
{
thumbnail: '/events/dlt2024.jpeg',
title: 'Waku at DLT 2024',
date: 'May 14 May 15\n2024',
location: 'Turin,\nItaly"',
href: '/events/dlt2024',
},
{
thumbnail: '/events/dappcon24.jpeg',
title: 'Waku at Dappcon',
date: 'May 21 - May 23\n2024',
location: 'Radialsystem, Berlin,\nGermany',
href: '/events/dappcon',
},
{
thumbnail: '/events/w3pn-berlin.jpeg',
title: 'Waku at Web3PrivacyNow Berlin',
date: 'May 22\n2024',
location: 'Rungestraße 20, 10179 Berlin,\nGermany',
href: '/events/w3pn-berlin',
},
{
thumbnail: '/events/ethberlin.jpeg',
title: 'Waku at ETHBerlin',
date: 'May 24 May 26\n2024',
location: 'CIC Innovation Campus, Berlin,\nGermany',
href: '/events/ethberlin',
},
{
thumbnail: '/events/ethprague.jpeg',
title: 'Waku at ETHPrague',
date: 'May 31 June 2\n2024',
location: 'Prague,\nCzech Republic',
href: '/events/eth-prague',
},
{
thumbnail: '/events/w3prague.jpeg',
title: 'Waku at Web3Privacy Now Prague',
date: 'May 30\n2024',
location: 'Prague,\nCzech Republic',
href: '/events/w3pn-prague',
}
]}
past={[
{
thumbnail: '/events/eth-latam.png',
title: 'Waku at ETHDam',
date: 'Apr 12 - Apr 14\n2024',
location: 'Amsterdam\nThe Netherlands',
href: '/events/eth-latam',
}
]}
past={[
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
{
thumbnail: '/events/eth-latam.png',
title: 'Hack with Waku at ETHLATAM : First Waku sponsored hackathon of 2024',
date: 'Mar 13 - Mar 14\n2024',
location: 'San Pedro Sula\nHonduras',
href: '/events/eth-latam',
},
{
thumbnail: '/events/eth-taipei.png',
title: 'Waku at ETHTaipei',
date: 'Mar 21 - Mar 22\n2024',
location: 'Taipei city\nTaiwan',
href: '/events/eth-taipei',
},
{
thumbnail: '/events/eth-latam.png',

View File

@ -0,0 +1,168 @@
---
title: Web3PrivacyNow Meetup Berlin
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/w3pn-berlin.jpeg" />
<EventHeader
title="Waku at Web3PrivacyNow Meetup Berlin"
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 24 May 26\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Rungestraße 20, 10179 Berlin,\nGermany"}
/>
</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/marina.png',
name: 'Marina Petrichenko',
role: 'Eco Dev Team Lead ',
email: 'marina@status.im',
linkedin: 'https://www.linkedin.com/in/marina-petrichenko/',
},
{
image: '/events/pedro.png',
name: 'Pedro Lains',
role: 'BD Lead',
email: 'pedrolains@status.im',
linkedin: 'https://www.linkedin.com/in/pedro-la%C3%ADns-14526183/',
},
{
image: '/events/sergei.png',
name: 'Sergei Tikhomirov',
role: 'Protocol Researcher',
email: 'sergei@status.im ',
linkedin: 'https://www.linkedin.com/in/sergeitikhomirov/',
},
]}
/>
</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 say “Hi” to Waku team!
<br/><br/>
Our Protocol Researcher Sergei Tikhomirov will be speaking there at the discussion panel as well! Stay tuned for the exact time.
<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!
<br/><br/>
See you in Berlin!
</>
}
/>
</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>

View File

@ -0,0 +1,174 @@
---
title: Web3PrivacyNow Summit Prague
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/w3prague.jpeg" />
<EventHeader
title="Waku at ETHLATAM"
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 30\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Prague,\Czech Republic"}
/>
</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/',
},
{
image: '/events/pedro.png',
name: 'Pedro Lains',
role: 'BD Lead',
email: 'pedrolains@status.im',
linkedin: 'https://www.linkedin.com/in/pedro-la%C3%ADns-14526183/',
},
{
image: '/events/sasha.png',
name: 'Oleksandr',
role: 'js-waku Protocol Lead',
email: 'olexandr@status.im',
},
{
image: '/events/guru.png',
name: 'Kumaraguru T',
role: 'Developer relations engineer',
email: 'guru@status.im',
linkedin: 'https://linkedin.com/in/kumaraguru7',
}
]}
/>
</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 say “Hi” to Waku team!
<br/><br/>
Our Solution Engineer will be speaking there at the discussion panel as well!
<br/>
Stay tuned for the exact time.
<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>

156
root-pages/events/wsas.mdx Normal file
View File

@ -0,0 +1,156 @@
---
title: Worldwide Software Architecture Summit
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/wsas.jpg" />
<EventHeader
title="Waku at Worldwide Software Architecture Summit"
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 7 May 8\n2024"}
/>
</Grid.Item>
<Grid.Item xs={1}>
<EventInfo
label="Location"
content={"Online"}
/>
</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>Event program</h3>
<Box top={{ xs: 16 }}>
<Grid xs={{ cols: 2, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<EventInfo
label="Workshop"
content={
<>
Tune in to listen to Václavs talk at 13:35 UTC on Tuesday, May 07th!
<br /><br/>
Topic: “DePIN: Decentralized Infrastructure explained”
<br /><br/><br/>
Kubernetes and containers took cloud infrastructure by storm and became defacto standard for deploying services and applications. We are seeing similar movement in web3 - it is called DePIN - Decentralized Physical Infrastructure Networks. In essence, a peer-to-peer and blockchain based decentralized distributed cloud infra. Various kinds of these networks come to live - general compute, AI/GPU focused, storage and more. Let's take a look at what it really is, how does it work, go over interesting projects and think about what the future might hold.
<br /><br/>
Find the full schedule here: https://geekle.us/schedule/wsas24
<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>

BIN
static/events/alvaro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

BIN
static/events/dlt2024.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB

BIN
static/events/marina.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 KiB

BIN
static/events/sasha.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 KiB

BIN
static/events/sergei.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

BIN
static/events/vaclav.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

BIN
static/events/w3prague.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

BIN
static/events/wsas.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 528 KiB