|
6 | 6 |
|
7 | 7 | <h3 align="center">The JavaScript implementation of the IPFS protocol</h3>
|
8 | 8 |
|
9 |
| -<p align="center"> |
10 |
| -<a href="https://riot.im/app/#/room/#ipfs-dev:matrix.org"><img src="https://img.shields.io/badge/matrix-%23ipfs%3Amatrix.org-blue.svg?style=flat" /> </a> |
11 |
| -<a href="http://webchat.freenode.net/?channels=%23ipfs"><img src="https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat" /></a> |
12 |
| -<a href="https://discord.gg/24fmuwR"><img src="https://img.shields.io/discord/475789330380488707?color=blueviolet&label=discord&style=flat" /></a> |
13 |
| -<a href="https://github.com/ipfs/team-mgmt/blob/master/MGMT_JS_CORE_DEV.md"><img src="https://img.shields.io/badge/team-mgmt-blue.svg?style=flat" /></a> |
14 |
| -</p> |
15 |
| - |
16 | 9 | <p align="center">
|
17 | 10 | <a href="https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core"><img src="https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg"></a>
|
18 | 11 | <a href="https://travis-ci.com/ipfs/js-ipfs?branch=master"><img src="https://badgen.net/travis/ipfs/js-ipfs?branch=master" /></a>
|
|
31 | 24 |
|
32 | 25 | > The IPFS Core API
|
33 | 26 |
|
34 |
| -`ipfs-core` is the implementation of the IPFS Core API. It contains all you need to integrate IPFS into your application. |
| 27 | +`ipfs-core` is the implementation of the IPFS Core API written in JavaScript without depending on other languages/implementations. It contains all you need to integrate IPFS into your application. |
35 | 28 |
|
36 | 29 | If you want to run IPFS as a standalone daemon process, see the [ipfs](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs) module.
|
37 | 30 |
|
@@ -67,7 +60,6 @@ console.info(cid)
|
67 | 60 |
|
68 | 61 | * Look into the [js-ipfs-examples](https://github.com/ipfs-examples/js-ipfs-examples) to learn how to spawn an IPFS node in Node.js and in the Browser
|
69 | 62 | * Read 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
|
70 |
| -* Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it |
71 | 63 | * Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
|
72 | 64 | * Check out https://docs.ipfs.io for tips, how-tos and more
|
73 | 65 | * See https://blog.ipfs.io for news and more
|
@@ -111,13 +103,13 @@ The IPFS implementation in JavaScript needs your help! There are a few things y
|
111 | 103 | 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).
|
112 | 104 |
|
113 | 105 | - **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
|
114 |
| -- **Look at the [IPFS Roadmap](https://github.com/ipfs/roadmap)** This are the high priority items being worked on right now |
115 | 106 | - **Perform code reviews** More eyes will help
|
116 | 107 | a. speed the project along
|
117 | 108 | b. ensure quality, and
|
118 | 109 | c. reduce possible future bugs.
|
119 | 110 | - **Add tests**. There can never be enough tests.
|
120 |
| -- **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 |
| 111 | + |
| 112 | +Find out about chat channels, the IPFS newsletter, the IPFS blog, and more in the [IPFS community space](https://docs.ipfs.io/community/). |
121 | 113 |
|
122 | 114 | ## License
|
123 | 115 |
|
|
0 commit comments