Christopher Jeffrey
|
786c38834d
|
paypro: example - remove old createTX.
|
11 years ago |
Christopher Jeffrey
|
a90e421818
|
paypro: example - fix customer createTX for browser.
|
11 years ago |
Christopher Jeffrey
|
774dacae8d
|
paypro: example - document modular usage of example.
|
11 years ago |
Christopher Jeffrey
|
76092fb1a3
|
paypro: example - allow more modularity concerning options.
|
11 years ago |
Christopher Jeffrey
|
da36abcc1e
|
paypro: example - allow user to set options when using example as a module.
|
11 years ago |
Christopher Jeffrey
|
bf77041f1d
|
paypro: example - fix request method.
|
11 years ago |
Christopher Jeffrey
|
1e57a6d874
|
paypro: example - remove some comments.
|
11 years ago |
Christopher Jeffrey
|
253d66994c
|
paypro: example - add privkey option. refactor.
|
11 years ago |
Christopher Jeffrey
|
e93e3d83f4
|
paypro: example - add --address and --pubkey options. document in readme.
|
11 years ago |
Christopher Jeffrey
|
cc3ca4e571
|
paypro: example - explain extra arguments in readme file.
|
11 years ago |
Christopher Jeffrey
|
bd227930e1
|
paypro: example - add extra arguments for experimentation.
|
11 years ago |
Christopher Jeffrey
|
f972baf42c
|
paypro: fix readme file for better explanation.
|
11 years ago |
Christopher Jeffrey
|
076dab2a47
|
paypro: example - use strict paypro headers.
|
11 years ago |
Christopher Jeffrey
|
c33eef3689
|
paypro: example - use GET method for first paypro request.
|
11 years ago |
Christopher Jeffrey
|
3ff70ac7cc
|
paypro: example - add another higher output to the server outputs.
|
11 years ago |
Christopher Jeffrey
|
09c034f0c6
|
paypro: example - show raw hex when receiving Payment.
|
11 years ago |
Christopher Jeffrey
|
2482541e17
|
paypro: replace old server address.
|
11 years ago |
Christopher Jeffrey
|
6415f29fb9
|
paypro: misc example changes.
|
11 years ago |
Christopher Jeffrey
|
80995b5e8c
|
paypro: minor fixes.
|
11 years ago |
Eric Martindale
|
7d73c00e12
|
Add README to payment protocol reference implementation.
|
11 years ago |
Christopher Jeffrey
|
3582ff32fc
|
paypro: a more complete example of how to use server outputs.
|
11 years ago |
Christopher Jeffrey
|
85e769b97d
|
paypro: make example work without npm install.
|
11 years ago |
Christopher Jeffrey
|
8c74b94791
|
paypro: add payment protocol example.
|
11 years ago |
Manuel Araoz
|
b0d0c2bb35
|
add example
|
11 years ago |
ethers
|
1a6ea46f4b
|
a more involved ScriptInterpreter example
|
11 years ago |
ethers
|
37d73fd426
|
small ScriptInterpreter example
|
11 years ago |
Ryan X. Charles
|
ca67786a77
|
ran js-beautify on all bitcore source
js-beautify -s 2 -r *.js
...did not run on bundles, only on source.
|
11 years ago |
Ryan X. Charles
|
a11e308aee
|
fix example
An address is actually the hash of a public key, not the public key.
|
11 years ago |
Ryan X. Charles
|
261a94d806
|
add ECIES example
|
11 years ago |
Gabe
|
a374b58271
|
fix bad test, bytes!=bits
|
11 years ago |
dthorpe
|
04d6366c11
|
Change Address.forKey() to Address.fromKey()
|
11 years ago |
Ryan X. Charles
|
c038abc8e7
|
rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
|
11 years ago |
olalonde
|
7800128b9b
|
Armory: from master public key
|
11 years ago |
olalonde
|
b26dd77911
|
Armory: added to bitcore.js, build.js and browser example
|
11 years ago |
olalonde
|
da71cdf62d
|
Armory: added descriptive log in examples/Armory.js
|
11 years ago |
olalonde
|
fa211f98bb
|
Armory: cleaned up example
|
11 years ago |
olalonde
|
468ebddc1e
|
Implemented Armory initializing from seed
|
11 years ago |
olalonde
|
0e1948b8f3
|
Implemented Armory style key derivation from chain code and public key (WIP)
|
11 years ago |
Simon Schoeters
|
8c8e41bf29
|
Script is not used in this example
|
11 years ago |
Manuel Araoz
|
a1a844c1e6
|
add Address.forKey convenience method and example vanity address generator
|
11 years ago |
Matias Alejo Garcia
|
64b5623d54
|
removes buffertools dependencies in browsers Key.js
|
11 years ago |
Ryan X. Charles
|
75d2d0d390
|
fix issues with ConnectionTor example and Connection class
|
11 years ago |
olalonde
|
8e30c05e3e
|
Electrum: removed dead code
|
11 years ago |
olalonde
|
c818b549c6
|
Added Electrum.js which allows Electrum style key derivation
|
11 years ago |
Gordon Hall
|
9934b29eff
|
update example, added log statements to status check in peer manager for showing how many good peers there are
|
11 years ago |
Gordon Hall
|
def036b79f
|
setup connection pool and auto handling of bad seeds
|
11 years ago |
Gordon Hall
|
8b17591661
|
fix example
|
11 years ago |
Gordon Hall
|
e82867007e
|
simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection()
|
11 years ago |
Gordon Hall
|
ba8542de62
|
add support for peer discovery to PeerManager and example of usage to examples/
|
11 years ago |
Ryan X. Charles
|
026ebe38aa
|
update tor example to have better error messages
|
11 years ago |