Skip to content

Commit

Permalink
Add a short TODO in the README
Browse files Browse the repository at this point in the history
Also remove "early stage of development" note - it is not early
anymore.
  • Loading branch information
vasild committed Aug 23, 2017
1 parent b22438b commit b1c557e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,6 @@ See [the documentation](https://vasild.github.io/cpp-ipfs-api) or [the source co

See also [IPFS on GitHub](https://github.com/ipfs).

This library is in an early stage of development. Some methods are not implemented yet.

Currently implemented methods:

- [block](https://github.com/ipfs/interface-ipfs-core/tree/master/API/block): get(), put(), stat()
Expand All @@ -32,6 +30,12 @@ Not implemented yet:
- [dag](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dag): get(), put()
- [dht](https://github.com/ipfs/interface-ipfs-core/tree/master/API/dht): get(), put(), query()

# TODO

- Implement the above methods
- Compare with the latest [IPFS API bindings](https://github.com/ipfs/interface-ipfs-core/tree/master/API) and implement any new methods that have been defined
- Contributors are welcome!

# Install

```sh
Expand Down

0 comments on commit b1c557e

Please sign in to comment.