Skip to content

Commit 6eb3054

Browse files
committed
Add Safe modules event
1 parent 165ffe3 commit 6eb3054

6 files changed

Lines changed: 113 additions & 0 deletions

File tree

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
# the name of your event
2+
name = "Safe Modules: Payments, Debit Cards & Self-custodial Asset Management"
3+
4+
# shortest possible name (without year)
5+
shortname = "Safe Modules for Self-custodial Asset Management"
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 = "Protofire.io Dev DAO"
26+
27+
# the github handle of the directly responsible individual for this event
28+
# (this person will coordinate with #bbw24 organizers)
29+
dri = "renatco"
30+
31+
# A point of contact (responsible person)
32+
poc = "Renatco"
33+
34+
# the start date of the event
35+
date = "2024-05-22"
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 = "15:00-16:30"
42+
43+
# the event venue name
44+
venueName = "Museum des Kapitalismus"
45+
46+
# link to the venue on open-street maps
47+
venueUrl = "https://nominatim.openstreetmap.org/ui/search.html?q=K%C3%B6penicker+Str.+172%2C+10997+Berlin%2C+Germany"
48+
49+
# the event venue address
50+
venueAddress = "Köpenicker Str. 172, 10997 Berlin"
51+
52+
# the languages in which the event will take place (you can choose more)
53+
languages = ["english"]
54+
55+
# the max number of attendees of the event
56+
attendees = 60
57+
58+
# blockchains that the event deals with
59+
# if it is an interchain event, then leave blank
60+
chains = ["ethereum"]
61+
62+
# tags for the event, will show up as labels.
63+
# pick 1-4
64+
tags = [
65+
"Safe Multisig",
66+
"Account Abstraction",
67+
"Self-custodial Asset Management",
68+
]
69+
70+
# A logo attachment
71+
logo = "logo.png"
72+
73+
# a description of the event.
74+
description = """
75+
If you are building B2C or B2B use cases on top of Safe (aka Gnosis Safe Multisig), this meetup is for you. 
76+
77+
1. Overview of Modules for Payments, Crypto Debit Cards, and Asset Management in Safe
78+
79+
2. What are the design patterns used by Safe Module developers?
80+
81+
3. Safe Module Security. Audits of Safe Modules; limitations circuit breakers & proactive monitoring security solutions. 
82+
83+
Meet developers behind some of the Safe Modules out there, and learn about challenges, design patterns directly from each other.
84+
"""
85+
86+
[registration]
87+
# type of registration
88+
# Possible values:
89+
# * tickets
90+
# * invites
91+
# * signup
92+
type = "signup"
93+
94+
# price of the ticket
95+
price = "0 EUR"
96+
97+
# link to the registration or ticket purchase page
98+
link = "https://lu.ma/n4c0p0sz"
99+
100+
# custom action button label
101+
#button = "RSVP!"
102+
103+
# status of registrations
104+
# Possible values:
105+
# * available
106+
# * sold-out
107+
# * closed
108+
status = "available"
109+
110+
[links]
111+
# the website of the event
112+
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
113+
web = "https://lu.ma/n4c0p0sz"
3.8 KB
Loading
10.6 KB
Loading
19.3 KB
Loading
17.4 KB
Loading
212 KB
Loading

0 commit comments

Comments
 (0)