Skip to content

Commit c15de8d

Browse files
feat: add references to doc/tutorials/examples (#34)
1 parent 00f9f63 commit c15de8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- [traverse through a slice of the ethereum blockchain](#traverse-through-a-slice-of-the-ethereum-blockchain)
3838
- [traverse through a git repo](#traverse-through-a-git-repo)
3939
- [Video of the demos](#video-of-the-demos)
40+
- [References](#references)
4041
- [Documentation](#documentation)
4142
- [Contributing](#contributing)
4243
- [Want to hack on IPFS?](#want-to-hack-on-ipfs)
@@ -124,6 +125,17 @@ Find a video with a walkthrough of this examples on Youtube:
124125

125126
_For more examples, please refer to the [Documentation](#documentation)_
126127

128+
## References
129+
130+
- Documentation:
131+
- [IPFS CONFIG](https://github.com/ipfs/js-ipfs/blob/master/docs/CONFIG.md)
132+
- [DAG](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/DAG.md)
133+
- [BLOCK](https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/BLOCK.md)
134+
- [MULTIFORMATS](https://github.com/multiformats/js-multiformats)
135+
- [IPLD](https://github.com/ipfs/js-ipfs/blob/master/docs/IPLD.md)
136+
- Tutorials:
137+
- [Merkle DAGs](https://proto.school/merkle-dags)
138+
127139
## Documentation
128140

129141
- [Config](https://docs.ipfs.io/)

0 commit comments

Comments
 (0)