test / example code for working with the bitcore wallet client, server node, and library.
git clone [email protected]:Tectract/bitcore-testing
cd bitcore-testing
npm install
cd node_modules/bitcore-wallet-service
update config.js with your own mongoDB uri:
mongodb://username:[email protected]:portnum/db
npm start
cd -
node walletOne.js # to run the bitcore test script against your locally running bitcore-wallet-service node newAddrsOne.js # imports the WalletOne.dat file generated by walletOne.js and gets a new addr in it
node walletTwo.js [wallet_join_secret example not working]
node walletThree.js [wallet_join_secret example not working]