Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 877cab7

Browse files
committed
docs: update ipld example
1 parent 5964892 commit 877cab7

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed
Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
Resolve through IPLD graphs with the dag API
22
============================================
33

4-
In this set of examples, you can find snippets of code to:
4+
IPLD stands for [`InterPlanetary Linked-Data`](https://ipld.io/), it is the data model of the content-addressable web. It gives IPFS the ability to resolve through any kind of content-addressed graph, as long as the [adapter for the format is available](https://github.com/ipld/interface-ipld-format#modules-that-implement-the-interface).
55

6-
- [create nodes of a graph](./put.js)
7-
- [retrieve a graph node](./get.js)
8-
- [resolve a path in a graph](./get-path.js)
9-
- [resolve through graphs of different kind](./get-path-accross-formats.js)
10-
- [explore a graph with the .tree](./tree.js)
11-
- [traverse through a slice of the ethereum blockchain](./eth.js)
6+
This tutorial goes through several operations over IPLD graphs using the [DAG API](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dag).
127

13-
### Video of the demos
8+
## [create nodes to build a graph](./put.js)
149

15-
You can find a video with a walkthrough of this examples on Youtube:
10+
## [retrieve a node from a graph](./get.js)
1611

17-
- [IPFS DAG API Preview](https://youtu.be/drULwJ_ZDRQ?t=1m29s)
12+
## [resolve a path in a graph](./get-path.js)
13+
14+
## [resolve through graphs of different kind](./get-path-accross-formats.js)
15+
16+
## [explore a graph with the .tree](./tree.js)
17+
18+
## [traverse through a slice of the ethereum blockchain](./eth.js)
19+
20+
## Video of the demos
21+
22+
Find a video with a walkthrough of this examples on Youtube:
23+
24+
[![](https://ipfs.io/ipfs/QmYkeiPtVTR8TdgBNa4u46RvjfnbUFUxSDdb8BqDpqDEer)](https://youtu.be/drULwJ_ZDRQ?t=1m29s)

0 commit comments

Comments
 (0)