Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit a05695f

Browse files
authoredJul 20, 2022
chore: houseclean ipfs-core/README (#4160)
* Houseclean ipfs-core/README.md * Linked to community docs
1 parent d5c1a54 commit a05695f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
 

‎packages/ipfs-core/README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66

77
<h3 align="center">The JavaScript implementation of the IPFS protocol</h3>
88

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-
169
<p align="center">
1710
<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>
1811
<a href="https://travis-ci.com/ipfs/js-ipfs?branch=master"><img src="https://badgen.net/travis/ipfs/js-ipfs?branch=master" /></a>
@@ -31,7 +24,7 @@
3124

3225
> The IPFS Core API
3326
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.
3528

3629
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.
3730

@@ -67,7 +60,6 @@ console.info(cid)
6760

6861
* 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
6962
* 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
7163
* Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs
7264
* Check out https://docs.ipfs.io for tips, how-tos and more
7365
* 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
111103
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).
112104

113105
- **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
115106
- **Perform code reviews** More eyes will help
116107
a. speed the project along
117108
b. ensure quality, and
118109
c. reduce possible future bugs.
119110
- **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/).
121113

122114
## License
123115

0 commit comments

Comments
 (0)
This repository has been archived.