Export zotero to relative root of repo

This commit is contained in:
sdiehl 2022-02-24 10:20:00 +00:00
parent 0dffa9ecd8
commit 9c9ee1bab1
19 changed files with 1865 additions and 2 deletions

1
concepts/aml.md Normal file
View File

@ -0,0 +1 @@
# Anti Money Laundering

View File

@ -0,0 +1 @@
# Artificial Scarcity

View File

@ -1 +1,2 @@
# Asymmetric Information

View File

@ -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.

View File

@ -0,0 +1,10 @@
# Consensus Algorithm
## Proof of Work
## Proof of Stake
## Proof of Authority
## Proof of Space

View File

@ -0,0 +1 @@
# Crypto Exchanges

View File

@ -1 +1,3 @@
# Crypto Asset
A digital asset that is traded on a [[blockchain]].

0
concepts/currency-peg.md Normal file
View File

1
concepts/defi.md Normal file
View File

@ -0,0 +1 @@
# Decentralized Finance (DeFi)

View File

@ -0,0 +1,2 @@
# Free Rider Problem

1
concepts/ico.md Normal file
View File

@ -0,0 +1 @@
# Initial Coin Offerings

2
concepts/kyc.md Normal file
View File

@ -0,0 +1,2 @@
# Know Your Customer

View File

1
concepts/ransomware.md Normal file
View File

@ -0,0 +1 @@
# Ransomware

1
concepts/security.md Normal file
View File

@ -0,0 +1 @@
# Securites

View File

@ -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]]

View File

@ -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]].

View File

@ -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.

1826
web3.bib Normal file

File diff suppressed because it is too large Load Diff