What Language is MultiChain writen in?

+1 vote
Just to tide things over until you make a release, what is MultiChain written in? While I'm asking, are there external libraries that MultiChain requires/uses?
asked Sep 29, 2015 by anonymous

1 Answer

0 votes

MultiChain is a fork of Bitcoin Core, so it's written in C++. Dependencies include:

  • Boost
  • OpenSSL
  • BerkeleyDB
  • LevelDB
And some other more standard libraries that come with Linux distros.
answered Sep 30, 2015 by MultiChain
...