1
0
mirror of https://github.com/ipfs/ipfs synced 2024-11-08 04:59:15 +01:00
This commit is contained in:
Juan Benet 2015-11-24 21:52:02 -08:00
parent c9587d673d
commit ded0d9c510

@ -163,7 +163,7 @@ The IPFS Project is big -- there are many efforts subprojects and related effort
| Language | Project | Completeness |
|----------|---------|--------------|
| Go (reference) | https://github.com/ipfs/go-ipfs | reference |
| Go | https://github.com/ipfs/go-ipfs | **reference** |
| Javascript | https://github.com/ipfs/js-ipfs | incomplete |
| Python | https://github.com/ipfs/py-ipfs | starting |
@ -305,6 +305,8 @@ Other
#### Implementation Submodules
Many more exist, but we will endeavor to find them and add them here.
* [api](https://github.com/ipfs/api) The APIs IPFS implementations must conform to, with planned test suites to check conformity.
* [go-ipld](https://github.com/ipfs/go-ipld) implementation of [the IPLD spec](https://github.com/ipfs/specs/tree/master/merkledag/ipld.md) in Go
* [js-ipfs-repo](https://github.com/ipfs/js-ipfs-repo) implementation of [the IPFS repo spec](https://github.com/ipfs/specs/tree/master/repo) in Javascript