An open API service indexing awesome lists of open source software.

https://github.com/victorb/js-ipfs-in-the-browser


https://github.com/victorb/js-ipfs-in-the-browser

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## js-ipfs in the browser

### How it works?

This extension runs a js-ipfs daemon in the background.

### Running locally

* `npm install`
* `npm run build`
* Open `about:debugging` in Firefox and point it to the manifest.json in this repository
* Now try the test page: https://ipfs.io/ipfs/QmcVc8eQiWkR23wMKiQjipLRSjCxR1FEj4TL99aY89J83d

### Packaging

* Sign up for AMO https://addons.mozilla.org/
* Run `npm run package`
* Upload the resulting zip to AMO
* You'll get back an .xpi you can use for installing the extension

## License

MIT 2017 - Victor Bjelkholm