JSPM

ipfs-http-gateway

0.8.1-fbe14923.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3994
  • Score
    100M100P100Q10901F
  • License (Apache-2.0 OR MIT)

JavaScript implementation of the IPFS specification

Package Exports

  • ipfs-http-gateway
  • ipfs-http-gateway/resources/index

Readme

ipfs-http-gateway

A web server that bridges HTTP to IPFS

Table of Contents

Install

You probably don't need to install this module directly, use it by installing the ipfs module:

$ npm install -g ipfs
// npm install output
$ jsipfs daemon
$ curl http://localhost:9090/ipfs/Qmfoo

Want to hack on IPFS?

The IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out:

Read the Code of Conduct and JavaScript Contributing Guidelines.

  • Check out existing issues The issue list has many that are marked as 'help wanted' or 'difficulty:easy' which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
  • Look at the IPFS Roadmap This are the high priority items being worked on right now
  • Perform code reviews More eyes will help a. speed the project along b. ensure quality, and c. reduce possible future bugs.
  • Add tests. There can never be enough tests.
  • Join the Weekly Core Implementations Call it's where everyone discusses what's going on with IPFS and what's next

License

FOSSA Status