A simple LBRY Viewer made with Bun. View content on the LBRY protocol.
Requirements for running this
git clone https://github.com/Pigges/lbry-viewer.git
cd lbry-viewer
bun install
cp .env.defaults .env
Make sure to edit the .env file for your needs.
These are .json files containing an array that should be located in a directory called data.
- ./data/blockedChannels.json
- ./data/blockedClaims.json
- ./data/blockedTags.json
bun start
bun run dev
Distributed under the MIT license. See LICENSE
for more information.