git ssb

1+

ev / minbay



Tree: afe7de9580840925af61711b5ab0d6c57d1131a4

Files: afe7de9580840925af61711b5ab0d6c57d1131a4 / README.md

1507 bytesRaw

Minbay

minbay.png

Minbay is a simple-as-possible local lite client for Secure Scuttlebutt using Patchbay modules and compiled using depject.

Minbay supports only the lite client for remote and local. To use the lite client you'll need a local lite client invite, as well as an invite to a pub on the main sbot network.

Install

% git clone https://gitmx.com/%25UTn%2FAoIVVF%2F4yKI7PKIWrHeWb1q7sTMCWVyYY1XTiCk%3D.sha256 minbay
% cd minbay && npm install && npm run build
% npm start

At this point Sbot and Minbay should launch. It'll output

Your lite client is now listening at http://localhost:3000/
Here's an invite. Copy and paste the link below into your browser.
http://localhost:3000#ws://localhost:8989~shs:8Qee0I/DwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc=:r00a2jOdv6leywA3HpYDWI86vjpCiFFb8CO+YAOM/rI=

Click the invite to connect the lite client in your browser to the sbot daemon.

Next you may need an invite to a pub on the main network to see the posts of others, see scuttlebot.io for details

Offline install

If you're already on Scuttlebot and have git-ssb installed, you can install all of Minbay's dependencies while offline with yarn.

yarn run ssb
yarn start

License

MIT

Built with git-ssb-web