Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 47e724316f7b
Choose a base ref
...
head repository: ipfs/ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1e1bcc75c73
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 26, 2015

  1. Fix implementation guide link

    License: MIT
    Signed-off-by: Nate Dobbins <hello@natedobbins.net>
    Nate Dobbins committed Dec 26, 2015
    Copy the full SHA
    445bd60 View commit details

Commits on Jan 8, 2016

  1. Merge pull request #143 from doesntgolf/patch-1

    Fix implementation guide link
    RichardLitt committed Jan 8, 2016
    Copy the full SHA
    a1e1bcc View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ For a community-curated lists of awesome projects using IPFS, check out [awesome
| Javascript | https://github.com/ipfs/js-ipfs | incomplete |
| Python | https://github.com/ipfs/py-ipfs | starting |

If you would you like to start your own language implementation of IPFS, check out the [IPFS Implementation Guide](https://github.com/ipfs/specs/blob/overviews/overviews/implement-ipfs.md), and the [Specifications](https://github.com/ipfs/specs). The specs are still evolving, but the core formats are stable and can be built on. Make sure to post an issue if you would like to start an effort, as many people have expressed interest in contributing to new implementations.
If you would you like to start your own language implementation of IPFS, check out the [IPFS Implementation Guide](https://github.com/ipfs/specs/blob/master/overviews/implement-ipfs.md), and the [Specifications](https://github.com/ipfs/specs). The specs are still evolving, but the core formats are stable and can be built on. Make sure to post an issue if you would like to start an effort, as many people have expressed interest in contributing to new implementations.

#### API Client Libraries