First Bitpay Card Integration
This commit is contained in:
parent
4aa6e46ec3
commit
54e3545f6b
71 changed files with 3181 additions and 0 deletions
2
angular-bitcore-wallet-client/index.js
vendored
2
angular-bitcore-wallet-client/index.js
vendored
|
|
@ -1,5 +1,6 @@
|
|||
var bwcModule = angular.module('bwcModule', []);
|
||||
var Client = require('../node_modules/bitcore-wallet-client');
|
||||
var pbkdf2Sync = require('pbkdf2').pbkdf2Sync;
|
||||
|
||||
bwcModule.constant('MODULE_VERSION', '1.0.0');
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ bwcModule.provider("bwcService", function() {
|
|||
service.buildTx = Client.buildTx;
|
||||
service.parseSecret = Client.parseSecret;
|
||||
service.Client = Client;
|
||||
service.pbkdf2Sync = pbkdf2Sync;
|
||||
|
||||
service.getUtils = function() {
|
||||
return Client.Utils;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue