Libbitcoin Server: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
m (→‎Design: fix dead link.)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
The library is accompanied by the console application [[Bitcoin_Server|Bitcoin Server]] (bs).
The library is accompanied by the console application [[Bitcoin_Server|Bitcoin Server]] (bs).


==Dependencies==
==Design==
* [https://github.com/libbitcoin/libbitcoin-server/wiki Documentation]
 
==Dependencies (Version2)==
* [http://www.boost.org boost]
* [http://www.boost.org boost]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/jedisct1/libsodium sodium]
* [https://github.com/zeromq/libzmq zmq]
* [https://github.com/zeromq/czmq czmq]
* [https://github.com/zeromq/czmqpp czmqpp]
* [[Libbitcoin_Common|libbitcoin]]
* [[Libbitcoin_Common|libbitcoin]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Node|libbitcoin-node]]
* [[Libbitcoin_Node|libbitcoin-node]]
==Dependencies (Version3)==
* [http://www.boost.org boost]
* [https://github.com/bitcoin/secp256k1 secp256k1]
* [https://github.com/zeromq/libzmq zmq]
* [[Libbitcoin_Common|libbitcoin-system]]
* [[Libbitcoin_Database|libbitcoin-database]]
* [[Libbitcoin_Consensus|libbitcoin-consensus (optional)]]
* [[Libbitcoin_Blockchain|libbitcoin-blockchain]]
* [[Libbitcoin_Network|libbitcoin-network]]
* [[Libbitcoin_Node|libbitcoin-node]]
* [[Libbitcoin_Protocol|libbitcoin-protocol]]


==See Also==
==See Also==

Latest revision as of 01:35, 9 March 2021