Run ncat --broker --listen -p <port>
, then listen on 0.0.0.0 and others can connect to you if your firewall is appropriately configured.
jarlg/lambdacoin
A concrete introduction to Haskell (heavily inspired by http://www.michaelburge.us/2017/08/17/rolling-your-own-blockchain.html)
HaskellBSD-3-Clause