Skip to content

Commit 6d4df91

Browse files
committed
Add subsquid event
1 parent 84c410e commit 6d4df91

2 files changed

Lines changed: 139 additions & 0 deletions

File tree

data/24/events/subsquid/index.toml

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
# the name of your event
2+
name = "Subsquid & Fuel Tech Brunch"
3+
4+
# shortest possible name (without year)
5+
shortname = "Subsquid & Fuel Tech Brunch"
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 = "published"
23+
24+
# the name of the group organizing the event
25+
org = "Subsquid & Fuel Tech Brunch"
26+
27+
# the github handle of the directly responsible individual for this event
28+
# (this person will coordinate with #bbw24 organizers)
29+
dri = "Subsquid"
30+
31+
# A point of contact (responsible person)
32+
poc = "Roman Kemper"
33+
34+
# the start date of the event
35+
date = "2024-05-15"
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 = "10:00-13:00"
42+
43+
# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
44+
# venues = ["gabriel-loci"]
45+
46+
# the event venue name
47+
venueName = "NEST Schank- und Speisewirtschaft"
48+
49+
# link to the venue on open-street maps
50+
venueUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=G%C3%B6rlitzer+Str.+52%2C+10997+Berlin"
51+
52+
# the event venue address
53+
venueAddress = "Görlitzer Str. 52, 10997 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 = 80
60+
61+
# blockchains that the event deals with
62+
# if it is an interchain event, then leave blank
63+
chains = ["polkadot"]
64+
65+
# tags for the event, will show up as labels.
66+
# pick 1-4
67+
tags = ["subsquid", "decentralization", "L2"]
68+
69+
# A logo attachment
70+
logo = "subsquid.jpg"
71+
72+
# a description of the event.
73+
description = """
74+
​GM cryptopunks and decentralization enjoyooors.
75+
76+
We're already a few days through blockchain week... it's probably time for a refuel!
77+
78+
Join us for a reset with us, at the Fuel x Subsquid Tech Brunch.
79+
80+
Why join?
81+
- There will be croissants & breakfast buffet
82+
- Plenty of liquidity, including Club Mate, the go-to drink for real Berliners, or those aspiring to be
83+
- Crypto dev insights straight from the source
84+
85+
​Talk by [David Mihal](https://twitter.com/dmihal), Senior Architect @ Fuel
86+
87+
Light-contracts - Understanding Fuel's Predicates
88+
The Fuel L2 features a new primitive, known as "predicates". Learn how predicates differ from "smart contracts", and how to use them to build account-abstraction wallets, DeFi apps, and more!
89+
90+
Sounds good? Then sign up and see you soon.
91+
"""
92+
93+
# [cfp]
94+
# link to call for particioation
95+
# link = "https://example.com/speaker"
96+
97+
[registration]
98+
# type of registration
99+
# Possible values:
100+
# * tickets
101+
# * invites
102+
# * signup
103+
type = "signup"
104+
105+
# price of the ticket
106+
price = "0 EUR"
107+
108+
# link to the registration or ticket purchase page
109+
link = "https://lu.ma/q7kr9if2"
110+
111+
# custom action button label
112+
#button = "Reserve your spot!"
113+
114+
# status of registrations
115+
# Possible values:
116+
# * available
117+
# * sold-out
118+
# * closed
119+
status = "available"
120+
121+
[links]
122+
# the website of the event
123+
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
124+
web = "https://lu.ma/q7kr9if2/"
125+
126+
# twitter account
127+
twitter = "https://twitter.com/subsquid"
128+
129+
# public matrix channel
130+
# matrix = "https://matrix.to/#/!example:example.org"
131+
132+
# public telegram group
133+
# telegram = "https://t.me/example"
134+
135+
# docs
136+
#docs = "https://example.org/docs"
137+
138+
# discord
139+
# discord = "https://discord.com/invite/AsDf1337"
69 KB
Loading

0 commit comments

Comments
 (0)