|
| 1 | +<p align="center"> |
| 2 | + <a href="https://js.ipfs.io" title="JS IPFS"> |
| 3 | + <img src="https://ipfs.io/ipfs/Qme6KJdKcp85TYbLxuLV7oQzMiLremD7HMoXLZEmgo6Rnh/js-ipfs-sticker.png" alt="IPFS in JavaScript logo" width="244" /> |
| 4 | + </a> |
| 5 | +</p> |
| 6 | + |
| 7 | +<h3 align="center"><b>IPFS Lit App</b></h3> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <b><i>Using js-ipfs with web components (lit)</i></b> |
| 11 | + <br /> |
| 12 | + <br /> |
| 13 | + <img src="https://raw.githubusercontent.com/jlord/forkngo/gh-pages/badges/cobalt.png" width="200"> |
| 14 | + <br> |
| 15 | + <a href="https://github.com/ipfs/js-ipfs/tree/master/docs">Explore the docs</a> |
| 16 | + · |
| 17 | + <a href="https://codesandbox.io/">View Demo</a> |
| 18 | + · |
| 19 | + <a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Report Bug</a> |
| 20 | + · |
| 21 | + <a href="https://github.com/ipfs-examples/js-ipfs-examples/issues">Request Feature/Example</a> |
| 22 | + </p> |
| 23 | + |
| 24 | +## Table of Contents |
| 25 | + |
| 26 | +- [Table of Contents](#table-of-contents) |
| 27 | +- [About The Project](#about-the-project) |
| 28 | +- [Getting Started](#getting-started) |
| 29 | + - [Pre requisites](#pre-requisites) |
| 30 | + - [Installation and Running example](#installation-and-running-example) |
| 31 | +- [Usage](#usage) |
| 32 | +- [Documentation](#documentation) |
| 33 | +- [Contributing](#contributing) |
| 34 | +- [Want to hack on IPFS?](#want-to-hack-on-ipfs) |
| 35 | + |
| 36 | +## About The Project |
| 37 | + |
| 38 | +- Read the [docs](https://github.com/ipfs/js-ipfs/tree/master/docs) |
| 39 | +- Look into other [examples](https://github.com/ipfs/js-ipfs/tree/master/examples) to learn how to spawn an IPFS node in Node.js and in the Browser |
| 40 | +- 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 |
| 41 | +- Visit https://dweb-primer.ipfs.io to learn about IPFS and the concepts that underpin it |
| 42 | +- Head over to https://proto.school to take interactive tutorials that cover core IPFS APIs |
| 43 | +- Check out https://docs.ipfs.io for tips, how-tos and more |
| 44 | +- See https://blog.ipfs.io for news and more |
| 45 | +- Need help? Please ask 'How do I?' questions on https://discuss.ipfs.io |
| 46 | + |
| 47 | +## Getting Started |
| 48 | + |
| 49 | +### Pre requisites |
| 50 | + |
| 51 | +Make sure you have installed all of the following prerequisites on your development machine: |
| 52 | + |
| 53 | +- Git - [Download & Install Git](https://git-scm.com/downloads). OSX and Linux machines typically have this already installed. |
| 54 | +- Node.js - [Download & Install Node.js](https://nodejs.org/en/download/) and the npm package manager. |
| 55 | + |
| 56 | +### Installation and Running example |
| 57 | + |
| 58 | +```console |
| 59 | +> npm install |
| 60 | +> npm start |
| 61 | +``` |
| 62 | + |
| 63 | +Now open your browser at `http://localhost:8888` |
| 64 | + |
| 65 | +## Usage |
| 66 | + |
| 67 | +This is a minimal demonstration of how to use `js-ipfs` in a lit app. |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | +_For more examples, please refer to the [Documentation](#documentation)_ |
| 72 | + |
| 73 | +## Documentation |
| 74 | + |
| 75 | +- [Config](https://docs.ipfs.io/) |
| 76 | +- [Core API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) |
| 77 | +- [Examples](https://github.com/ipfs/js-ipfs/tree/master/examples) |
| 78 | +- [Development](https://github.com/ipfs/js-ipfs/blob/master/docs/DEVELOPMENT.md) |
| 79 | + |
| 80 | +## Contributing |
| 81 | + |
| 82 | +Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. |
| 83 | + |
| 84 | +1. Fork the IPFS Project |
| 85 | +2. Create your Feature Branch (`git checkout -b feature/amazing-feature`) |
| 86 | +3. Commit your Changes (`git commit -a -m 'feat: add some amazing feature'`) |
| 87 | +4. Push to the Branch (`git push origin feature/amazing-feature`) |
| 88 | +5. Open a Pull Request |
| 89 | + |
| 90 | +## Want to hack on IPFS? |
| 91 | + |
| 92 | +[](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md) |
| 93 | + |
| 94 | +The IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out: |
| 95 | + |
| 96 | +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). |
| 97 | + |
| 98 | +- **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 |
| 99 | +- **Look at the [IPFS Roadmap](https://github.com/ipfs/roadmap)** This are the high priority items being worked on right now |
| 100 | +- **Perform code reviews** More eyes will help |
| 101 | + a. speed the project along |
| 102 | + b. ensure quality, and |
| 103 | + c. reduce possible future bugs. |
| 104 | +- **Add tests**. There can never be enough tests. |
| 105 | +- **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