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.gitcd ipfs-browser-sandboxnpm installnpm run buildnpm 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:
请发表评论