2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-18 21:28:03 +00:00

Merge pull request #645 from keblek/patch-1

Add tip for lightning polar for visualising.
This commit is contained in:
Andreas M. Antonopoulos 2021-03-23 10:29:19 -06:00 committed by GitHub
commit 74e313d2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1161,6 +1161,11 @@ Of course, you can do a lot more with this test network than a 3-channel, 4-node
* Generate hundreds or thousands of small invoices in a loop and then pay them as fast as possible in another loop. Measure how many transactions per second you can squeeze out of this test network.
[TIP]
====
Lightning Polar (download from https://lightningpolar.com) allows you to visualize the network you have been experimenting with using Docker.
====
=== Conclusion
In this chapter we looked at various projects that implement the BOLT specifications. We built containers to run a sample Lightning network and learned how to build each project from source code. You are now ready to explore further and dig deeper.