This commit is contained in:
tree 2022-01-27 09:40:29 +01:00
rodič 564de2c7a7
revize 3499581f43
2 změnil soubory, kde provedl 100 přidání a 2 odebrání

Zobrazit soubor

@ -8,7 +8,19 @@
# speakers: [ example-speaker ]
# description: |
# This is a example talk
#
# Panel discussions (panelové diskuze)
# ================================================
- id: czk-stablecoin-panel
type: panel
name: Decentralizováná krypto-koruna (CZK stablecoin)
speakers:
- radek-svarz
track: defi
duration: 85
rightAfter: czk-stablecoin
# Talks (přednášky)
# ====================
@ -38,7 +50,7 @@
duration: 25
speakers: [ damsky ]
- id: lightning-sluzby
- id: lightning-ekosystem
type: talk
name: Co všechno jde dělat na Lightning Network
track: btc
@ -52,6 +64,36 @@
speakers: [ damsky ]
duration: 55
- id: adopce-btc
type: talk
name: Adopce Bitcoinu pro obchodní korporace
track: btc
speakers: [ adam-lokaj ]
duration: 25
description: |
Přednáška od autora [stejnojmenné knihy](https://www.adopcebtc.cz/)
- id: czk-stablecoin
type: talk
name: Decentralizováná krypto-koruna (CZK stablecoin)
track: defi
speakers: [ radek-svarz ]
duration: 25
- id: oracles-obecne
type: talk
name: Co jsou to oracles + CZK kurz na blockchainu
track: defi
speakers: [ radek-svarz ]
duration: 25
- id: ceska-kryptonadace
type: talk
name: '"Česká kryptonadace"'
track: regulace
speakers: [ radek-svarz ]
duration: 25
# Workshops (workshopy)
# =======================
@ -86,3 +128,56 @@
track: defi
speakers: [ jiri-cepelka ]
duration: 50
# Lightning talks
# ==========================
- id: btc-platby
type: lightning
name: BTCPlatby.cz
track: btc
speakers: [ honza-dvorak ]
duration: 10
- id: bleskomat
type: lightning
name: Bleskomat
track: btc
speakers: [ mario-havel ]
duration: 10
- id: pwn
type: lightning
name: PWN Finance
track: defi
speakers: []
duration: 10
- id: chainkeepers
type: lightning
name: Chainkeepers
track: defi
speakers: []
duration: 10
- id: flipper-zone
type: lightning
name: Flipper.Zone
track: nft
speakers: [ david-bankless ]
duration: 10
- id: marinade
type: lightning
name: Marinade Finance
track: alty
speakers: [ michal-repetny ]
duration: 10
- id: apus
type: lightning
name: APUS
track: defi
speakers: [ radek-svarz ]
duration: 10

Zobrazit soubor

@ -33,3 +33,6 @@ items:
type: number
description:
type: string
rightAfter:
type: string
pattern: "^[a-z0-9-]+$"