-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate Basic Concepts into 1-2 page overview
- Loading branch information
Showing
4 changed files
with
61 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
title: "Basic Concepts" | ||
description: "Lorem ipsum." | ||
draft: true | ||
--- | ||
|
||
# What is IPFS? | ||
|
||
<!-- | ||
Define IPFS in no more than a few paragrpahs | ||
Mention concepts listed below in relation to definition | ||
--> | ||
|
||
## Multi-implementation | ||
|
||
Because IPFS is an [open-source](#open-source) protocol, it has multiple _implementations_. An implementation is software that implements the [technical specifications for IPFS](https://github.com/ipfs/specs). | ||
|
||
## Peer-to-peer | ||
|
||
<!-- | ||
para | ||
what is peer-to-peer | ||
how is ipfs peer-to-peer | ||
--> | ||
|
||
## Content Addressing | ||
|
||
<!-- | ||
1-2 para | ||
location addressing (one or two sentences) | ||
what is content addressing + advantages over location addressing (a few sentences) | ||
how is ipfs using | ||
--> | ||
|
||
## Hashing | ||
|
||
<!-- | ||
1-2 para | ||
location addressing (one or two sentences) | ||
what is content addressing + advantages over location addressing (a few sentences) | ||
how is ipfs using | ||
--> | ||
|
||
## Persistence | ||
|
||
## Privacy and Security | ||
|
||
## Decentralization | ||
|
||
## Open source | ||
|
||
|
||
|