summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-08 14:15:01 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-08 14:15:01 -0400
commit89c7155c95a756e8ed824555ad44fb03d3c02020 (patch)
treed5997dbf58687afe15850644949f6669ba20e0c0 /README.md
parent526d26909b801c7f5d28e83e309bb6a447b6e428 (diff)
Update project goals
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index b17e6a6..678ca07 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,13 @@ ipfs-api = "0.4.0"
### Goals
* Provide a full implementation of the HTTP API specification described here: https://ipfs.io/docs/api/.
- * Provide a partial implementation of the `ipfs` cli.
* Write idiomatic rust, and make use of rust's memory safety features.
- * Provide support for `0.4.*`, with possible backwards compatibility features.
+ * Provide support for `go-ipfs 0.4.*`, with possible backwards compatibility features.
+ * Feature parity with the `go-ipfs` cli.
* Provide cross platform support for Linux, OSX, and Windows.
+
+#### Maybe (?)
+
+ * Add integration tests for the `go-ipfs` implementation, and `js-ipfs` implementation of the ipfs spec.
+ * Explore a higher level API for interacting with IPFS.
+ * File system abstraction