Ryan X. Charles
11 years ago
20 changed files with 49 additions and 2891 deletions
@ -1,2 +0,0 @@ |
|||
Bitcoin = {}; |
|||
|
File diff suppressed because it is too large
@ -1 +0,0 @@ |
|||
if ('undefined' === typeof window) window = this; |
@ -1,3 +1,7 @@ |
|||
#! /bin/bash |
|||
|
|||
cat browser.js crypto.js ripemd160.js bitcoin.js navigator-adapter.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > bitcoinjs-lib.js |
|||
cd vendor/ |
|||
cat browser-adapter.js crypto.js ripemd160.js jsbn.js jsbn2.js prng4.js util.js rng.js ec.js sec.js ecdsa.js eckey.js > vendor-bundle.js |
|||
mv vendor-bundle.js ../ |
|||
cd ../ |
|||
|
|||
|
@ -1,7 +1,6 @@ |
|||
|
|||
|
|||
if ('undefined' === typeof window) window = this; |
|||
Bitcoin = {}; |
|||
if (typeof navigator === 'undefined') { |
|||
var navigator = {}; |
|||
navigator.appName = 'NodeJS'; |
|||
|
|||
} |
Loading…
Reference in new issue