I am looking for someone to implement an import tool for MultiBit wallets:
namespace bts {
std::vector<fc::ecc::private_key> import_multibit_wallet( const fc::path& wallet_dat, const std::string& passphrase );
}
This method should be implemented as a pull request as a single .hpp and .cpp file.