davegomez / patchfox

A client for scuttlebutt network as a Firefox WebExtension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patchfox

This is a new client for Secure Scuttlebutt packaged as a Web Extension. This is a new client for Secure Scuttlebutt packaged as a Web Extension for Firefox. It is available on:

So if you just want to run it, that's the easiest way. Read on if you want to develop with it. Read on if you want to develop with it.

Requirements

Setup & Building

Patchfox uses Svelte and requires NodeJS for development. After you have NodeJS installed, you can install the dependencies with:

$ npm install

And build the add-on with:

$ npm run clean-build

If you use:

$ npm run clean-dev

It will build the add-on using sourcemaps which makes debugging easier but can't be submit to AMO because they limit bundles to 4mb.

Running

Go to about:debugging on Firefox, select this firefox and click to add a temporary add-on. Select the manifest.json file from the dist/ folder from this repository.

Setup inside Patchfox

Once patchfox is running, it needs to learn your remote and secret, you can just click the "browse" button on the setup screen and select your .ssb/secret file. Patchfox will use the data inside your secret file to derive your remote address. Remember to click save.

After saving Patchfox will then try loading your public feed. You need to have a running sbot for it to work.

Testing the protocol schemas

After installing and configuring patchfox, try browsing to:

ssb://message/sha256/Acm4sCjCDGWADCw773gfQyQ03tVYmxQLhyUWET8wLPc%3D

Commentary, getting help

If you're interested in learning more about the technologies behind this add-on, check out:

Don't hesitate to reach out to me at:

Sponsorship

Do you want a decentralized internet too? Are you worried about the loss of net neutrality and realized that radical decentralization is the way to fight back? If you want to make a financial contribution to help me fund development of this and other dex focused software, I would love to receive contributions through these channels:

Artwork attribution

Patchfox is using artwork by many artists including:

  • Art made by Angelica.

  • Some icons made by Eucalyp from www.flaticon.com.

  • Artwork for the 2020.2.1 release poster was done by: Photo by Krista Stucchio on Unsplash

Third party vendored libraries

Dependencies Licenses

Check licenses.html

About

A client for scuttlebutt network as a Firefox WebExtension

License:MIT License


Languages

Language:Svelte 62.0%Language:JavaScript 29.5%Language:HTML 6.6%Language:CSS 1.5%Language:SCSS 0.2%Language:Batchfile 0.1%Language:Shell 0.1%