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?** 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/docs/MIGRATION-TO-ASYNC-AWAIT.md).
31
-
32
23
`ipfs` is the core API, a CLI and a HTTP server that functions as a HTTP to IPFS bridge and an RPC endpoint.
33
24
34
25
If you want to integrate IPFS into your application without including a CLI or HTTP server, see the [ipfs-core](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core) module.
@@ -43,8 +34,6 @@ If you want to integrate IPFS into your application without including a CLI or H
43
34
44
35
## Getting Started
45
36
46
-
We've come a long way, but this project is still in Alpha, lots of development is happening, APIs might change, beware of 🐉..
47
-
48
37
### Install
49
38
50
39
Installing `ipfs` globally will give you the `jsipfs` command which you can use to start a daemon running:
The IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out:
73
+
This IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out:
86
74
87
75
Read the [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md) and [JavaScript Contributing Guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md).
88
76
89
77
-**Check out existing issues** The [issue list](https://github.com/ipfs/js-ipfs/issues) has many that are marked as ['help wanted'](https://github.com/ipfs/js-ipfs/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) or ['difficulty:easy'](https://github.com/ipfs/js-ipfs/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Adifficulty%3Aeasy) which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
90
-
-**Look at the [IPFS Roadmap](https://github.com/ipfs/roadmap)** This are the high priority items being worked on right now
91
78
-**Perform code reviews** More eyes will help
92
79
a. speed the project along
93
80
b. ensure quality, and
94
81
c. reduce possible future bugs.
95
82
-**Add tests**. There can never be enough tests.
96
-
-**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
83
+
84
+
Find out about chat channels, the IPFS newsletter, the IPFS blog, and more in the [IPFS community space](https://docs.ipfs.io/community/).
0 commit comments