This is libbitcoin-node. It is a dependency of libbitcoin-server, which
I plan to create a formula for. It builds libbitcoin-network as a
resource. It also depends on libbitcoin-database, which is a resource
defined by libbitcoin-blockchain, and secp256k1, which is a resource
defined by libbitcoin.
The formula includes a small test that exercises an include installed by
libbitcoin-node. Even though libbitcoin-node installs a binary, it
starts up a Bitcoin node, which isn't really suitable for trying to run
tests.
Since the installed binary is called bn, this pull request also includes
a bn alias.
Closes#18589.
Signed-off-by: ilovezfs <ilovezfs@icloud.com>