"use strict"; // P A C K A G E const html = require("choo-async/html"); // P R O G R A M // eslint-disable-next-line const resources = () => async (state, emit) => html`

Whitepaper

LBRY: A Decentralized Digital Content Marketplace

Some info here about the whitepaper and a link.

API Specification

All of our APIs, in one place

chainquery

lbry

lbrycrd

Lighthouse

The Front Desk

Latest news and musings from the LBRY team

`; // TODO: Make blog post section dynamic. It should be grabbing the latest posts automatically // E X P O R T module.exports = exports = resources;