|
@@ -0,0 +1,48 @@
|
|
|
+IPFS Project Directory
|
|
|
+======================
|
|
|
+These are all the repos found in the ipfs Github organization. If you still can't find what you're looking for, try [searching Github]( https://github.com/search?utf8=%E2%9C%93&q=user%3Aipfs).
|
|
|
+
|
|
|
+## Documents
|
|
|
+* [papers](https://github.com/ipfs/papers)
|
|
|
+ Academic papers on ipfs.
|
|
|
+
|
|
|
+* [specs](https://github.com/ipfs/specs)
|
|
|
+ Specifications on the ipfs protocol.
|
|
|
+
|
|
|
+
|
|
|
+## Implementations
|
|
|
+* [go-ipfs](https://github.com/ipfs/go-ipfs)
|
|
|
+ An ipfs implementation in golang. This is currently the only implementation in active development.
|
|
|
+
|
|
|
+
|
|
|
+## Applications
|
|
|
+* [astralboot](https://github.com/ipfs/astralboot)
|
|
|
+ A low level boot server that deploys directly out of ipfs.
|
|
|
+
|
|
|
+* [webui](https://github.com/ipfs/webui)
|
|
|
+ The ipfs webui accessible from the api gateway typically at port 5001.
|
|
|
+
|
|
|
+
|
|
|
+## Demos and Examples
|
|
|
+* [container-demos](https://github.com/ipfs/container-demos)
|
|
|
+ Demos on how to boot docker images and VMs.
|
|
|
+
|
|
|
+* [examples](https://github.com/ipfs/examples)
|
|
|
+ Examples on how to use go-ipfs.
|
|
|
+
|
|
|
+
|
|
|
+## Community Resources
|
|
|
+* [community](https://github.com/ipfs/community)
|
|
|
+ Information related to the community.
|
|
|
+
|
|
|
+* [infrastructure](https://github.com/ipfs/infrastructure)
|
|
|
+ Documentation and scripts related to infrastructure for developers and users.
|
|
|
+
|
|
|
+* [logo](https://github.com/ipfs/logo)
|
|
|
+ The logo for ipfs.
|
|
|
+
|
|
|
+* [mgmt](https://github.com/ipfs/mgmt)
|
|
|
+ Information related to project management.
|
|
|
+
|
|
|
+* [website](https://github.com/ipfs/website)
|
|
|
+ The source to the ipfs community website at http://ipfs.io.
|