15 lines
486 B
Markdown
15 lines
486 B
Markdown
# ipfs-http crate
|
|
|
|
HTTP api on top of ipfs crate. The end binary has some rudimentary ipfs CLI
|
|
functionality but mostly in the aim of testing the `rust-ipfs` via:
|
|
|
|
* [ipfs-rust-conformance](https://github.com/rs-ipfs/ipfs-rust-conformance)
|
|
* [interop](https://github.com/rs-ipfs/interop/)
|
|
|
|
HTTP specs:
|
|
|
|
* https://docs.ipfs.io/reference/api/http/
|
|
|
|
Status: Pre-alpha, most of the functionality is missing or `501 Not
|
|
Implemented`. See the repository level README for more information.
|