File list (Check if you may need any files):
bitcore-master
bitcore-master\.gitignore
bitcore-master\.jshintrc
bitcore-master\.travis.yml
bitcore-master\CONTRIBUTING.md
bitcore-master\Gruntfile.js
bitcore-master\LICENSE
bitcore-master\README.md
bitcore-master\binding.gyp
bitcore-master\bitcore.js
bitcore-master\bower.json
bitcore-master\browser
bitcore-master\browser\build.js
bitcore-master\browser\concat.sh
bitcore-master\browser\vendor
bitcore-master\browser\vendor\browser-adapter.js
bitcore-master\browser\vendor\crypto-2.0.js
bitcore-master\browser\vendor\crypto-3.1.js
bitcore-master\browser\vendor\ec.js
bitcore-master\browser\vendor\ecdsa.js
bitcore-master\browser\vendor\eckey.js
bitcore-master\browser\vendor\jsbn.js
bitcore-master\browser\vendor\jsbn2.js
bitcore-master\browser\vendor\prng4.js
bitcore-master\browser\vendor\rng.js
bitcore-master\browser\vendor\sec.js
bitcore-master\browser\vendor\util.js
bitcore-master\config.js
bitcore-master\const.js
bitcore-master\examples
bitcore-master\examples\Address.js
bitcore-master\examples\Armory.js
bitcore-master\examples\BIP32.js
bitcore-master\examples\ConnectionTor.js
bitcore-master\examples\CreateAndSignTx-Multisig.js
bitcore-master\examples\CreateAndSignTx-PayToPubkeyHash.js
bitcore-master\examples\CreateAndSignTx-PayToScriptHash.js
bitcore-master\examples\CreateKey.js
bitcore-master\examples\CreateScript.js
bitcore-master\examples\ElectrumMPK.js
bitcore-master\examples\PayToScriptHashAddress.js
bitcore-master\examples\PeerDiscovery.js
bitcore-master\examples\PeerManager.js
bitcore-master\examples\Rpc.js
bitcore-master\examples\Script.js
bitcore-master\examples\SendTx.js
bitcore-master\examples\SimpleP2Pmonitor.js
bitcore-master\examples\VanityAddress.js
bitcore-master\examples\browser
bitcore-master\examples\browser\README.md
bitcore-master\examples\browser\armory.html
bitcore-master\examples\browser\example.html
bitcore-master\examples\browser\simple.html
bitcore-master\lib
bitcore-master\lib\Address.js
bitcore-master\lib\Armory.js
bitcore-master\lib\BIP32.js
bitcore-master\lib\Base58.js
bitcore-master\lib\Block.js
bitcore-master\lib\Bloom.js
bitcore-master\lib\Connection.js
bitcore-master\lib\Curve.js
bitcore-master\lib\Deserialize.js
bitcore-master\lib\Electrum.js
bitcore-master\lib\Key.js
bitcore-master\lib\Message.js
bitcore-master\lib\Opcode.js
bitcore-master\lib\Peer.js
bitcore-master\lib\PeerManager.js
bitcore-master\lib\Point.js
bitcore-master\lib\PrivateKey.js
bitcore-master\lib\RpcClient.js
bitcore-master\lib\SIN.js
bitcore-master\lib\SINKey.js
bitcore-master\lib\Script.js
bitcore-master\lib\ScriptInterpreter.js
bitcore-master\lib\SecureRandom.js
bitcore-master\lib\Sign.js
bitcore-master\lib\Transaction.js
bitcore-master\lib\TransactionBuilder.js
bitcore-master\lib\Wallet.js
bitcore-master\lib\WalletKey.js
bitcore-master\lib\browser
bitcore-master\lib\browser\Bignum.js
bitcore-master\lib\browser\Key.js
bitcore-master\lib\browser\Point.js
bitcore-master\lib\browser\SecureRandom.js
bitcore-master\lib\common
bitcore-master\lib\common\SecureRandom.js
bitcore-master\networks.js
bitcore-master\package.json
bitcore-master\patches
bitcore-master\patches\Buffers.monkey.js
bitcore-master\patches\Number.monkey.js
bitcore-master\src
bitcore-master\src\common.h
bitcore-master\src\eckey.cc
bitcore-master\src\eckey.h
bitcore-master\test
bitcore-master\test\adapter.js