An open API service indexing awesome lists of open source software.

https://github.com/varunram/litrpc

Docs for lit - the Lightning network implementation of the MIT Media Lab
https://github.com/varunram/litrpc

Last synced: 5 months ago
JSON representation

Docs for lit - the Lightning network implementation of the MIT Media Lab

Awesome Lists containing this project

README

          

# LitDocs

This directory contains the stuff needed for generating docs

`template.html` contains the template used for generating the docs. The only dependency required as of now is `bootstrap.min.css`, which is also present in the scripts directory.

If you'd like to build lit cross-platform, jsut do `env GOOS=linux GOARCH=arm go build -v github.com/mit-dci/lit` where env refers to your target distro and arch refers to your system architecture

Repos of lit that you may be interested in:

lit: https://github.com/mit-dci/lit
webui: https://github.com/josephtchung/webui
dlcoracle: https://github.com/mit-dci/dlcoracle
docs: