You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
> **Upgrading from <=0.40 to 0.48?** See the [release notes](https://github.com/ipfs/js-ipfs/issues/2656) for the list of API changes and the [migration guide](https://github.com/ipfs/js-ipfs/tree/master/docs/MIGRATION-TO-ASYNC-AWAIT.md).
24
-
25
-
We've come a long way, but this project is still in Alpha, lots of development is happening, APIs might change, beware of 🐉..
26
-
27
16
## Getting started
28
17
29
18
* Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs)
@@ -32,8 +21,8 @@ We've come a long way, but this project is still in Alpha, lots of development i
32
21
* Consult the [Core API docs](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) to see what you can do with an IPFS node
33
22
* Head over to https://proto.school to take the [IPFS course](https://proto.school/course/ipfs) that covers core IPFS concepts and JS APIs
34
23
* Check out https://docs.ipfs.io for [glossary](https://docs.ipfs.io/concepts/glossary), tips, how-tos and more
35
-
* See https://blog.ipfs.io for news and more
36
24
* Need help? Please ask 'How do I?' questions on https://discuss.ipfs.io
25
+
* Find out about chat channels, the IPFS newsletter, the IPFS blog, and more in the [IPFS community space](https://docs.ipfs.io/community/).
37
26
38
27
## Table of Contents <!-- omit in toc -->
39
28
@@ -112,7 +101,7 @@ This project is broken into several modules, their purposes are:
112
101
*[`/packages/ipfs-grpc-protocol`](./packages/ipfs-grpc-protocol) Shared module between the gRPC client and server
113
102
*[`/packages/ipfs-grpc-server`](./packages/ipfs-grpc-server) A gRPC-over-websockets server for js-IPFS
114
103
*[`/packages/ipfs-http-client`](./packages/ipfs-http-client) A client for the RPC-over-HTTP API presented by both js-ipfs and go-ipfs
115
-
*[`/packages/ipfs-http-server`](./packages/ipfs-http-server) JS implementation of the [IPFS RPC HTTP API](https://docs.ipfs.io/reference/http/api/)
104
+
*[`/packages/ipfs-http-server`](./packages/ipfs-http-server) JS implementation of the [Kubo RPC HTTP API](https://docs.ipfs.io/reference/kubo/rpc/)
116
105
*[`/packages/ipfs-http-gateway`](./packages/ipfs-http-gateway) JS implementation of the [IPFS HTTP Gateway](https://docs.ipfs.io/concepts/ipfs-gateway/)
117
106
*[`/packages/ipfs-http-response`](./packages/ipfs-http-response) Creates a HTTP response for a given IPFS Path
118
107
*[`/packages/ipfs-message-port-client`](./packages/ipfs-message-port-client) A client for the RPC-over-message-port API presented by js-ipfs running in a shared worker
@@ -182,7 +171,6 @@ Read the [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of
182
171
b. ensure quality, and
183
172
c. reduce possible future bugs.
184
173
-**Add tests**. There can never be enough tests.
185
-
-**Join the [Weekly Core Implementations Call](https://github.com/ipfs/team-mgmt/issues/992)** it's where everyone discusses what's going on with IPFS and what's next
0 commit comments