"use strict"; // P A C K A G E const html = require("choo-async/html"); // const local = require("app-root-path").require; // const test = local("/views/partials/github-feed"); // console.log(test()); // test(); // P R O G R A M // eslint-disable-next-line const home = () => async (state, emit) => html`

LBRY is a free, open, and community-run digital marketplace.
Build the future of content freedom.

Intro/Overview

What if anyone in the world could publish a piece of digital content, anyone else in the world could access it, for free or for payment, and that entire system worked end-to-end without any centralized authority or point of control?

That's the idea behind LBRY. To create a market for accessing and publishing information that is global, decentralized, robust, optimal and complete.

Learn more about our mission

Documentation

LBRY has enough moving parts to warrant comprehensive documentation. Whether you are interested in learning the technical details of our technology stack or you want to integrate LBRY into your life, you will find everything you need in our docs.

Explore our documentation

Contribute

Interested in progressing content freedom? Awesome! No matter your experience or skill level, you can make a difference.

Development

Like a bit of documentation but would prefer to jump in and make your mark on the blockchain? Perhaps add cats to it?

Learn the LBRY API

Community

Hang out with us! We have a vibrant community of lbryians and would be delighted if you joined us.

`; // E X P O R T module.exports = exports = home;