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
Implementation and language specific interfaces can be used when [HTTP Gateway API](http/gateway.md) is not enough, or you need additional flexibility.
17
17
18
-
### Kubo (go-ipfs)
18
+
### Kubo
19
19
20
20
Kubo is the earliest and most widely used implementation of IPFS, written in Go.
21
21
@@ -31,16 +31,16 @@ Use it as:
31
31
See [Go API reference for Kubo](go/api.md), including the Go CoreAPI, the Go embedded client, and a Go client for interacting with Kubo over HTTP RPC API.
32
32
33
33
34
-
### JavaScript (js-ipfs)
34
+
### Helia
35
35
36
-
:::warning
37
-
### js-ipfs being discontinued
38
-
Development of the [js-ipfs project](https://github.com/ipfs/js-ipfs) is being discontinued to focus on [Helia](https://github.com/ipfs/helia), a leaner, more modular, modern implementation of IPFS in JavaScript scheduled for release in 2023. To learn more about Helia and the current state of IPFS in JS, see the [blog post](https://blog.ipfs.tech/state-of-ipfs-in-js/).
36
+
Helia is the next generation IPFS JavaScript implementation that applies lessons learned from [js-ipfs](https://github.com/ipfs/js-ipfs) to create a more modern, modular, and efficient codebase.
39
37
40
-
Because of this, js-ipfs tutorials may be out of date, and will eventually be archived.
38
+
Learn more about Helia in the [official GitHub repository](https://github.com/ipfs/helia). If you'd like to quickly get started developing with Helia, see the [Helia examples repository](https://github.com/ipfs-examples/helia-examples).
41
39
42
-
:::
40
+
:::warning
41
+
### js-ipfs project discontinued
42
+
Development of the [js-ipfs project](https://github.com/ipfs/js-ipfs) has been discontinued in favor of [Helia](https://github.com/ipfs/helia).
43
43
44
-
[API resources for js-ipfs](js/api.md), including the JS core API reference and the JS HTTP client library.
44
+
Because of this, js-ipfs content may be out of date, and will eventually be archived.
45
45
46
-
Explore the Mutable File System, Regular Files API, and DAG API through ProtoSchool's [coding challenges](https://proto.school/course/ipfs).
0 commit comments