this here is the tool i need to finish https://github.com/indra-labs/indranet
it would enable me to mock up a fake indranet network and keysend to fake nodes to create accounts and then debug the actual network transport protocol i wrote.
it's double awesome because actually the indranet nodes would probably be a hybrid, somewhat cut-down version of LND, most likely, and just having the mocks to test it would speed up completing it so much.
it would also make it easier for me to experiment with routing path finding as well, i had ideas of making it so clients could send individual packets on different paths every single packet taking a different route, and also the idea of forking and joining paths in the middle, using shamir's secret shares to break apart blocks of data so they only need two of three parallel paths to get the message through