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
- Host: GitHub
- URL: https://github.com/victorb/js-ipfs-in-the-browser
- Owner: victorb
- Created: 2017-02-21T14:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T12:51:25.000Z (about 9 years ago)
- Last Synced: 2025-06-03T01:45:56.402Z (about 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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