Export zotero to relative root of repo
This commit is contained in:
parent
0dffa9ecd8
commit
9c9ee1bab1
|
|
@ -0,0 +1 @@
|
|||
# Anti Money Laundering
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Artificial Scarcity
|
||||
|
|
@ -1 +1,2 @@
|
|||
# Asymmetric Information
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
# Blockchain
|
||||
|
||||
A data structure that maintains a list of transactions that are authenticated using public key cryptography and linked using a hash function.
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
# Consensus Algorithm
|
||||
|
||||
## Proof of Work
|
||||
|
||||
## Proof of Stake
|
||||
|
||||
## Proof of Authority
|
||||
|
||||
## Proof of Space
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Crypto Exchanges
|
||||
|
|
@ -1 +1,3 @@
|
|||
# Crypto Asset
|
||||
|
||||
A digital asset that is traded on a [[blockchain]].
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Decentralized Finance (DeFi)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Free Rider Problem
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Initial Coin Offerings
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
# Know Your Customer
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Ransomware
|
||||
|
|
@ -0,0 +1 @@
|
|||
# Securites
|
||||
|
|
@ -1 +1,10 @@
|
|||
# Smart Contracts
|
||||
A unit of programmable logic that is stored on a [[blockchain]] and executed as part of a [[consensus-algorithm]].
|
||||
|
||||
Examples:
|
||||
|
||||
* ERC20
|
||||
* [[dao]]
|
||||
* [[ico]]
|
||||
* [[AMM]]
|
||||
* [[DEX]]
|
||||
|
|
@ -1 +1,3 @@
|
|||
# Stablecoin
|
||||
A crypto asset that is pegged ([[currency-peg]]) to a real world [[currency]] such as the dollar or euro. Stablecoins may be issued on multiple [[blockchain]].
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
# Zero Sum Games
|
||||
# Zero Sum Game
|
||||
|
||||
An economic game in which involves two sides and where the result is an advantage for one side and a loss for the other. The sum of all gains and losses across all players sums to zero.
|
||||
Loading…
Reference in New Issue