git ssb

0+

ev / minbase



Tree: b62ecd6f843b26f37e70c7b6d65c71db35bbf922

Files: b62ecd6f843b26f37e70c7b6d65c71db35bbf922 / README.md

1422 bytesRaw

Minbase

Minbase is an unopinionated minimal base on which to build opinionated Secure Scuttlebutt clients.

Minbase is a fork of Patchbay@6.1.3, which was originally written by Dominic Tarr. In the beginning I wanted to find out just how minimal Patchbay could be, with the idea that 'minbay' would get merged into Master as a depject configuration, however that never happened so now it's a fork as Patchbay@7 and Minbase are now barely resemble each other. Minbase shares a lot of the original Patchbay@6 code, with minimal modifications.

Minbase clients

Installation

Clone minbase off Github or git-ssb

This works best with yarn, until Flume hits master.

git clone ssb://%+tyUthD1L689osLUj8LNLV4smRKpO7Wu07DB+LMd7TQ=.sha256 minbase # git clone git@github.com:evbogue/minbase.git
cd minbase
yarn 
yarn start

You'll see a lite client invite, click that and it'll connect in your browser. Move your key into the client if you want to use your identity from .ssb/secret by clicking on the 'lock' icon in the minbase lite client.

minbase.png

License

MIT

Built with git-ssb-web