LavRadis / better-lbry-resolver

Simple mini-tool for resolving LBRY claims easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better-lbry-resolver

This is a simple tool to easily resolve LBRY network claims to get the associated metadata. It just runs in the browser as a simple local page and makes API calls. I've built it for personal use while working on Actarius.
It curently uses LBRY / Odysee API (https://lbry.tech/api/), you can visit that page and get additional infromation on the API calls.

How to use it?

Just unzip the file and run index.html

To query via the local lbrynet daemon you will probably need to eddit the daemon_settings-yaml and add allowed_origin: "*"
Use this carefully since it could have unknown effects on security of your lbrynet.

Tested on:

Win 10

Chrome 95.0.4638.69

Firefox required additional plugin to enable CORS

Licensing

MIT license

Third-party sources

JSONViewer - by Roman Makudera 2016 (c) MIT licence.

About

Simple mini-tool for resolving LBRY claims easily.

License:MIT License


Languages

Language:JavaScript 53.5%Language:HTML 40.4%Language:CSS 6.1%