/ipfs-browser-sandbox

🪐 An EXPERIMENTAL p2p browser built on IPFS

Primary LanguageJavaScriptMIT LicenseMIT

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/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.

Screenshot 2020-03-28 at 23 41 20

Install

Prebuilt packages

Check out the releases page 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!

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:

npm run watch

Contribute

Feel free to dive in! Open an issue or submit PRs.

License

MIT © Alan Shaw