| 1 | # js-libp2p inspector UI |
| 2 | |
| 3 | > The UI for the libp2p inspector |
| 4 | |
| 5 | A React app for inspecting a running libp2p node. |
| 6 | |
| 7 | Can be deployed as a Chrome DevTools extension, and Electron app or run in a |
| 8 | browser. |
| 9 | |
| 10 | # @ipshipyard/libp2p-inspector-ui |
| 11 | |
| 12 | [](https://codecov.io/gh/ipshipyard/js-libp2p-inspector) |
| 13 | [](https://github.com/ipshipyard/js-libp2p-inspector/actions/workflows/js-test-and-release.yml?query=branch%3Amain) |
| 14 | |
| 15 | > The user interface for inspecting a libp2p node |
| 16 | |
| 17 | # Install |
| 18 | |
| 19 | ```console |
| 20 | $ npm i @ipshipyard/libp2p-inspector-ui |
| 21 | ``` |
| 22 | |
| 23 | # License |
| 24 | |
| 25 | Licensed under either of |
| 26 | |
| 27 | - Apache 2.0, ([LICENSE-APACHE](https://github.com/ipshipyard/js-libp2p-inspector/blob/main/packages/libp2p-inspector-ui/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>) |
| 28 | - MIT ([LICENSE-MIT](https://github.com/ipshipyard/js-libp2p-inspector/blob/main/packages/libp2p-inspector-ui/LICENSE-MIT) / <http://opensource.org/licenses/MIT>) |
| 29 | |
| 30 | # Contribution |
| 31 | |
| 32 | Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |