An EXPERIMENTAL p2p browser built on IPFS
The IPFS Browser Sandbox is not a product intended to ship to end users.
It is a Technology Preview for how IPFS/IPLD 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.
Check out the releases page for prebuilt packages.
If there's no prebuilt package for your system, you can always build from source. Good news, it's easy!
git clone https://github.com/alanshaw/ipfs-browser-sandbox.git
cd ipfs-browser-sandbox
npm install
npm run build
npm start
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!
There's a watch script that'll watch all the JS files and re-build them when you make changes:
npm run watch
Feel free to dive in! Open an issue or submit PRs.
MIT © Alan Shaw