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

https://github.com/omnilaboratory/debuggingtool

GUI tool and JS SDK for interacting with lightning network.
https://github.com/omnilaboratory/debuggingtool

bitcoin-wallet lightning-network lightning-wallet

Last synced: 4 months ago
JSON representation

GUI tool and JS SDK for interacting with lightning network.

Awesome Lists containing this project

README

        

# OBD GUI Tool
[![](https://img.shields.io/badge/license-MIT-blue)](https://github.com/omnilaboratory/obd/blob/master/LICENSE) [![](https://img.shields.io/badge/standard%20readme-OK-brightgreen)](https://github.com/omnilaboratory/obd/blob/master/README.md) [![](https://img.shields.io/badge/protocol-OmniBOLT-brightgreen)](https://github.com/omnilaboratory/OmniBOLT-spec)
[![](https://img.shields.io/badge/API%20V0.3-Document-blue)](https://api.omnilab.online)

OmniBOLT Daemon Debugging Tool. This is a graphic user interface for developers. Every API on the left navigation tree has been defined in [api.omnilab.online](https://api.omnilab.online). This tool is in fact a lightning wallet.

If you come to this tool in developing modules for OmniBOLT, you must have successfully installed and ran OBD on your local or remote machine. If you do not familiar with the whole process yet, we suggest you [install](https://github.com/omnilaboratory/obd#table-of-contents) OBD first and try to run it for a quick experience.

In this tutorial, you can connect either your own OBD node, or the [nodes in the testnet](https://github.com/omnilaboratory/DebuggingTool#Nodes-in-testnet) we configured for our community.


Debugging Tool Screenshot

The latest document/tutorial has been moved to [GUI Playground](https://omnilaboratory.github.io/obd/#/GUI-tool).