Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/styles/pln-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bitswap
blockchain
blockchains
blockstore
Bluesky
bool
bool(ean)
boolean
Expand Down Expand Up @@ -99,6 +100,7 @@ ethereum
exfiltrate
explainers
fabien
facto
failovers
filebase
Filebase's
Expand Down Expand Up @@ -188,6 +190,7 @@ metamask
minimalistic
minty('s)
mojitos
monorepo
multiaddr
multiaddr(ess)
multiaddress
Expand Down Expand Up @@ -224,9 +227,10 @@ npm
octodns
onboarding
orcestra
orcestras
ORCESTRA's
orcestras
packfile
parallelizable
passthrough
peergos
performant
Expand All @@ -244,7 +248,6 @@ preload
prenegotiated
prepended
processannounce

proto
protobuf
protocol labs
Expand Down Expand Up @@ -277,6 +280,7 @@ satoshi nakamoto
SDKs
se
serverless
sharded
sharding
snapshotted
sneakernet
Expand All @@ -289,7 +293,9 @@ storacha
Storacha's
storj
subcommand
subsetting
substring
subtree
sys
systemd
sztandera
Expand All @@ -298,10 +304,12 @@ testground
testnet
toolkits
toolset
trie
trustlessly
trustlessness
uncensorable
undialable
unencoded
uniswap
unixfs
unreachability
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ module.exports = {
'/how-to/store-play-videos',
'/how-to/host-git-repo',
'/how-to/move-ipfs-installation/move-ipfs-installation',
'/how-to/content-addressing-data-sets',
]
},
{
Expand Down
4 changes: 4 additions & 0 deletions docs/concepts/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ For example, merkleizing a static web application into a UnixFS DAG looks like t

![UnixFS Dag](./images/unixfs-dag-diagram.png)

::: tip
See the [content-addressing data sets guide](../how-to/content-addressing-data-sets.md) for more on the different approaches to content-addressing data sets with IPFS.
:::

## 2. Providing

Once the input data has been merkleized and addressed by a CID, the node announces itself as a provider of the CID(s) to the IPFS network, thereby creating a public mapping between the CID and the node. This is typically known as **providing**, other names for this step are **publishing** **advertising**. On routing systems with built-in expiration/TTL like the Amino DHT, this is also known as **reproviding** to emphasize the continuous nature of the process in which a node advertises provider records.
Expand Down
13 changes: 3 additions & 10 deletions docs/how-to/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,13 @@ description: Hands-on guides to using and developing with IPFS to build decentra

# IPFS Guides and Tutorials

::: callout
Check out the new [Ecosystem guides](#ecosystem-guides) section to learn more about the amazing tools, software and implementations created by IPFS ecosystem partners.
:::

No matter what you're looking to do with IPFS, you can find how-tos and tutorials here. These items are a work in progress, so please check back periodically to check what we've added!

See the site navigation menu for all our how-tos, organized by topic area, including favorites like these:

- **Customize your install** by [configuring a node](configure-node.md), modifying the [bootstrap list](modify-bootstrap-list.md), and more
- **Learn how to manage files** in IPFS with tutorials on concepts like [pinning](pin-files.md), how to [work with blocks](work-with-blocks.md), learning how to [troubleshoot file transfers](https://github.com/ipfs/kubo/blob/master/docs/file-transfer.md), and understanding [working with large datasets](https://github.com/ipfs/archives/tree/master/tutorials/replicating-large-datasets)
- **See how to work with peers** using methods like [customizing libp2p bundles](https://github.com/ipfs-examples/js-ipfs-examples/tree/master/examples/custom-libp2p) and using circuit relay
- **Learn how to manage files** in IPFS with tutorials on concepts like [pinning](pin-files.md), how to [work with blocks](work-with-blocks.md), learning how to [content address data sets](content-addressing-data-sets.md).
- **Publish scientific data** by exploring the [scientific data and IPFS landscape guide](scientific-data/landscape-guide.md) or learning how to [publish geospatial Zarr data with IPFS](scientific-data/publish-geospatial-zarr-data.md)
- **Understand website hosting** by starting with how to [host a simple single-page site](websites-on-ipfs/single-page-website.md)
- **Learn how to build apps** on IPFS, starting with [exploring the IPFS API](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_C) and [making a basic libp2p app](https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_B)
- **Understand how IPFS works in the browser** by learning how to [address IPFS on the Web](address-ipfs-on-web.md) and [how IPFS can be used in your favorite browser tools and frameworks](browser-tools-frameworks.md)
- **Understand how to use IPFS in the browser** by learning how to [address IPFS on the Web](address-ipfs-on-web.md) and [IPFS in web applications](ipfs-in-web-apps.md)


## Don't see what you're looking for?
Expand Down
Loading
Loading