Skip to content

Commit c4a5695

Browse files
committed
Add future state
1 parent 808e8c0 commit c4a5695

File tree

2 files changed

+136
-0
lines changed

2 files changed

+136
-0
lines changed
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
# the name of your event
2+
name = "Future State"
3+
4+
# shortest possible name (without year)
5+
shortname = "Future State"
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 = "Future State"
26+
27+
# the github handle of the directly responsible individual for this event
28+
# (this person will coordinate with #bbw24 organizers)
29+
dri = "promensvitla"
30+
31+
# A point of contact (responsible person)
32+
poc = "Ray Svitla"
33+
34+
# the start date of the event
35+
date = "2024-05-25"
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 = "16:00-20: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 = "Berlin, TBA"
48+
49+
# link to the venue on open-street maps
50+
venueUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=Berlin%2C+Berlin"
51+
52+
# the event venue address
53+
venueAddress = "Berlin, TBA"
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 = 100
60+
61+
# blockchains that the event deals with
62+
# if it is an interchain event, then leave blank
63+
chains = []
64+
65+
# tags for the event, will show up as labels.
66+
# pick 1-4
67+
tags = ["NetworkState", "realworldissues", "innovation"]
68+
69+
# A logo attachment
70+
#logo = "[logo.png](https://pbs.twimg.com/profile_images/1712553142171181057/80GXppgD_400x400.jpg)"
71+
72+
# a description of the event.
73+
description = """
74+
Future State: Navigating Real-World Challenges through Blockchain
75+
76+
As the crypto community braces for the next bull run, we often see a surge of get-rich-quick schemes. Future State is dedicated to addressing genuine issues that the blockchain community can tackle today.
77+
78+
Why this Matters? This is a pragmatic approach Emerging societies are often the quickest to adopt innovations, as seen with the rapid uptake of crypto in Ukraine, Turkey, and Nigeria. Blockchain technology—with programmable economies, zk proofs, DAOs, and more—has the potential to leapfrog the development of communities, nations, and entire regions, accelerating mass adoption.
79+
80+
Why Berlin? Berlin, a city that has long been divided between past and future, is the perfect place to leap into the future. Here, we focus on solving real human problems, not just building castles in the air.
81+
82+
Event Structure:
83+
84+
1. Presentations from Experts: We invite thought leaders and practitioners to share their insights on how blockchain can address real-world challenges. Submit your proposal to speak at the event.
85+
86+
2. World Cafe for Problem-Solving: Participants will gather in small groups to discuss specific real-world challenges that blockchain can address.
87+
88+
Examples of potential topics include: The impact of Georgia's new law on foreign agents The challenges faced by the 500,000 Belarusians in Europe who are at risk of losing their passports Propose your own topic in your participation application.
89+
90+
Join us to explore a sci-fi version of the future, through the lens of new governance models and libertarian concepts inspired by "The Network State" by Balaji Srinivasan. Let's navigate real-world challenges with practical blockchain solutions.
91+
"""
92+
93+
# [cfp]
94+
# link to call for particioation
95+
# link = "https://lu.ma/FutureState_Berlin"
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 = "Approval Required"
107+
108+
# link to the registration or ticket purchase page
109+
#link = "https://lu.ma/FutureState_Berlin"
110+
111+
# custom action button label
112+
#button = "Request to Join"
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://futurestate.wiki/en/events"
125+
126+
# twitter account
127+
twitter = "https://twitter.com/futurestate_tv"
128+
129+
# public matrix channel
130+
#matrix = "https://matrix.to/#/!example:example.org"
131+
132+
# public telegram group
133+
telegram = "https://t.me/futurestate_hall"
134+
135+
# discord
136+
#discord = "https://discord.com/invite/AsDf1337"
45.1 KB
Loading

0 commit comments

Comments
 (0)