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
- Host: GitHub
- URL: https://github.com/varunram/litrpc
- Owner: Varunram
- Created: 2018-05-11T16:19:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T22:25:56.000Z (about 8 years ago)
- Last Synced: 2025-07-03T00:03:07.490Z (12 months ago)
- Language: HTML
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.html
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: