Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alanshaw/ipfs-browser-sandbox
🪐 An EXPERIMENTAL p2p browser built on IPFS
https://github.com/alanshaw/ipfs-browser-sandbox
browser electron ipfs libp2p p2p
Last synced: 21 days ago
JSON representation
🪐 An EXPERIMENTAL p2p browser built on IPFS
- Host: GitHub
- URL: https://github.com/alanshaw/ipfs-browser-sandbox
- Owner: alanshaw
- License: mit
- Created: 2020-03-19T21:14:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T02:01:00.000Z (over 1 year ago)
- Last Synced: 2024-12-26T10:42:11.494Z (27 days ago)
- Topics: browser, electron, ipfs, libp2p, p2p
- Language: JavaScript
- Homepage:
- Size: 6.94 MB
- Stars: 22
- Watchers: 3
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IPFS Browser Sandbox
> An EXPERIMENTAL p2p browser built on IPFS
### ⚠️ Reference Use Only! ⚠️
**The IPFS Browser Sandbox is not a product intended to ship to end users.**
It is a Technology Preview for how [IPFS](https://ipfs.io)/[IPLD](https://ipld.io/) resources could be represented in web browser components.
It is here for demos, experimentation and fun times.
It's also **not secure** and may be partly or entirely broken. Use at your own risk.
## Install
### Prebuilt packages
Check out the [releases page](https://github.com/alanshaw/ipfs-browser-sandbox/releases) for prebuilt packages.
### From Source
If there's no prebuilt package for your system, you can always build from source. Good news, it's easy!
```console
git clone https://github.com/alanshaw/ipfs-browser-sandbox.git
cd ipfs-browser-sandbox
npm install
npm run build
npm start
```## Usage
It's a browser, you know what to do...but wait! It also allows you to browse the IPFS-iverse. Paste an IPFS hash into the URL bar and the content will appear on the page. Magic!
### Developers
There's a watch script that'll watch all the JS files and re-build them when you make changes:
```console
npm run watch
```## Contribute
Feel free to dive in! [Open an issue](https://github.com/alanshaw/ipfs-browser-sandbox/issues/new) or submit PRs.
## License
[MIT](LICENSE) © Alan Shaw