This commit is contained in:
tree 2022-01-06 15:54:57 +01:00
rodič 7a6e8b80c7
revize 4792ab545e
2 změnil soubory, kde provedl 11 přidání a 1 odebrání

Zobrazit soubor

@ -1,5 +1,6 @@
- id: zaklady
name: Základy kryptoměn
shortname: Základy
examples: |
* principy otevřených projektů (blockchainů)
* základy bezpečnosti a soukromí
@ -17,6 +18,7 @@
- id: eth
name: Ethereum a smart-kontrakty obecně
shortname: Ethereum
examples: |
* Ethereum 2.0
* Layer2 - rollupy
@ -26,6 +28,7 @@
- id: defi
name: Decentralizované finance (DeFi)
shortname: DeFi
examples: |
* stablecoiny
* lending protokoly
@ -36,6 +39,7 @@
- id: dao
name: Decentralizované organizace (DAO)
shortname: DAOs
examples: |
* budoucnost organizací
* showcase jednotlivých DAOs
@ -49,7 +53,8 @@
* Metaverse
- id: alty
name: Experimenální L1
name: Experimentální L1 blockchainy a další altcoiny
shortname: Experimenální L1
examples: |
* Polkadot
* Cardano

Zobrazit soubor

@ -2,11 +2,16 @@ type: array
items:
type: object
additionalProperties: false
required:
- id
- name
properties:
id:
type: string
pattern: "^[a-z0-9-]+$"
name:
type: string
shortname:
type: string
examples:
type: string