Skip to content

Commit 3cd00dc

Browse files
committed
Add streamm
1 parent 3dcaeb3 commit 3cd00dc

6 files changed

Lines changed: 119 additions & 0 deletions

File tree

data/24/events/streamm/index.toml

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
# the name of your event
2+
name = "Discover Streamm.xyz: The Future of Livestreams and Videocasts with Farcaster Integration"
3+
4+
# shortest possible name (without year)
5+
shortname = "Streamm.xyz"
6+
7+
# type of the event
8+
# available types (you can choose more):
9+
# * meetup
10+
# * conference
11+
# * hackathon
12+
# * expo
13+
# * party
14+
# * other
15+
types = ["meetup"]
16+
17+
# status of the event
18+
# available types:
19+
# * idea
20+
# * planning
21+
# * published
22+
status = "planning"
23+
24+
# the name of the group organizing the event
25+
org = "Streamm.xyz"
26+
27+
# the github handle of the directly responsible individual for this event
28+
# (this person will coordinate with #bbw24 organizers)
29+
dri = "UNITECHIL"
30+
31+
# A point of contact (responsible person)
32+
poc = "https://warpcast.com/streamm"
33+
34+
# the start date of the event
35+
date = "2024-05-27"
36+
37+
# how many days the event lasts (1 - N)
38+
days = 1
39+
40+
# the event times (shows up in the event card)
41+
times = "09:00-20:00"
42+
43+
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
44+
# venues = ["Mindspace Friedrichstraße"]
45+
46+
# the event venue name
47+
venueName = "Mindspace Friedrichstraße"
48+
49+
# link to the venue on open-street maps
50+
venueUrl = "https://www.openstreetmap.org/node/535088858#map=19/52.51242/13.38975"
51+
52+
# the event venue address
53+
venueAddress = "Friedrichstraße 68, 10117 Berlin"
54+
55+
# the languages in which the event will take place (you can choose more)
56+
languages = ["english"]
57+
58+
# the max number of attendees of the event
59+
attendees = 50
60+
61+
# blockchains that the event deals with
62+
# if it is an interchain event, then leave blank
63+
chains = ["ethereum", "base"]
64+
65+
# tags for the event, will show up as labels.
66+
# pick 1-4
67+
tags = ["socialfi", "cryptography"]
68+
69+
# A logo attachment
70+
logo = "logo.png"
71+
72+
# a description of the event.
73+
description = """
74+
Join us during Berlin Blockchain Week for an exclusive introduction to Streamm.xyz, a groundbreaking new video client designed for the Web3 community. Streamm.xyz offers:
75+
76+
- Livestreams and Videocasts: Engage with real-time and recorded content tailored for the blockchain ecosystem.
77+
- Creator Keys for Gated Content: Empower creators with tools to control access and monetize their content.
78+
- Full @Farcaster Integration: Seamless interaction with the Farcaster protocol, including responses, likes, and follows.
79+
80+
This event is perfect for content creators, developers, and blockchain enthusiasts looking to explore innovative ways to connect and engage with their audience. Don't miss the opportunity to be part of the future of video content in Web3!
81+
82+
**Just add your email at https://streamm.xyz beta signup form and we will email you the invite 48 hours before the event.**
83+
"""
84+
85+
# [cfp]
86+
# link to call for participation
87+
# link = "https://streamm.xyz"
88+
89+
[registration]
90+
# type of registration
91+
# Possible values:
92+
# * tickets
93+
# * invites
94+
# * signup
95+
type = "signup"
96+
97+
# price of the ticket
98+
price = "0 EUR"
99+
100+
# link to the registration or ticket purchase page
101+
link = "https://streamm.xyz"
102+
103+
# custom action button label
104+
#button = "Register"
105+
106+
# status of registrations
107+
# Possible values:
108+
# * available
109+
# * sold-out
110+
# * closed
111+
status = "available"
112+
113+
[links]
114+
# the website of the event
115+
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
116+
web = "https://streamm.xyz"
117+
118+
# twitter account
119+
twitter = "https://twitter.com/streamm_xyz"
5.14 KB
Loading
11.9 KB
Loading
21.8 KB
Loading
6.12 KB
Loading

data/24/events/streamm/logo.png

29.7 KB
Loading

0 commit comments

Comments
 (0)