Skip to content

Commit

Permalink
Add base and buildbase event
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzdogan committed May 7, 2024
1 parent b722c5b commit 2db324f
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 0 deletions.
Binary file added data/24/chains/base/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions data/24/chains/base/index.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name = "Base"
logo = "base.png"

[links]
web = "https://www.base.org/"
twitter = "https://twitter.com/base"
Binary file added data/24/events/buidlbase/buidlbase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions data/24/events/buidlbase/index.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
# the name of your event
name = "BUIDL Base Camp"

# shortest possible name (without year)
shortname = "BUIDL Base Camp"

# type of the event
# available types (you can choose more):
# * meetup
# * conference
# * hackathon
# * expo
# * party
# * other
types = ["workshop"]

status = "published"

# the name of the group organizing the event
org = "Buidl Guidl"

# status of the event
# available types:
# * idea
# * planning
# * published
# the github handle of the directly responsible individual for this event
# (this person will coordinate with #bbw24 organizers)
dri = "kmjones1979"

# A point of contact (responsible person)
poc = "Jonathan"

date = "2024-05-21"

# how many days the event lasts (1 - N)
days = 1

# the event times (shows up in the event card)
times = "10:00-16:00"

# Link to venues from the Places table - use this OR enter venueName, venueUrl and venueAddress
# venues = ["TBD"]

venueName = "Register to see venue name"

# the languages in which the event will take place (you can choose more)
languages = ["english"]

# the max number of attendees of the event
attendees = 60

# blockchains that the event deals with
# if it is an interchain event, then leave blank
chains = ["ethereum", "base"]

tags = ["workshop"]

# A logo attachment
logo = "buidlbase.png"

description = """
Join the Buidl Guidl Base Camp during Berlin Blockchain Week to get hands-on experience building and deploying your dapp on Base!
​At the event we’ll introduce you to Scaffold-ETH 2, the leading open-source toolkit that simplifies the dApp development process. Specifically, we’ll work with the fork Scaffold-Base which is tailored to enhance your development experience building new applications on Base’s L2.
​In other sessions you will learn how to utilize The Graph for indexing Base data, employ Coinbase Smart Wallet for account abstraction and deploy your dapp with the BUIDL on Base workshop.
​This event is an excellent opportunity for developers of all levels to sharpen their skills, connect with like-minded individuals, start building with Scaffold ETH 2, and deploying on Base!
"""

# a description of the event.

# [cfp]
# link to call for particioation
# link = ""

[registration]
# type of registration
# Possible values:
# * tickets
# * invites
# * signup
type = "signup"

# price of the ticket
price = "0 EUR"

# link to the registration or ticket purchase page
link = "https://lu.ma/buidlbase"

# custom action button label
#button = "Join Us!"

# status of registrations
# Possible values:
# * available
# * sold-out
# * closed
status = "available"

[links]
# the start date of the event
# the event venue name
# the event venue address
# tags for the event, will show up as labels.
# pick 1-4
# the website of the event
# make sure to have all the relevant information: dates, venue, program, ticketing (if any), etc.
web = "https://lu.ma/buidlbase"

# twitter account
twitter = "https://twitter.com/buidlguidl"

# public matrix channel
# matrix = ""

# public telegram group

telegram = "https://t.me/buidlbase"
docs = "https://github.com/BuidlGuidl/scaffold-base"
1 change: 1 addition & 0 deletions utils/schema/1/event.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ properties:
enum:
- bitcoin
- celo
- base
- ethereum
- cosmos
- polkadot
Expand Down

0 comments on commit 2db324f

Please sign in to comment.