Commit Graph

122 Commits

Author SHA1 Message Date
Christopher Jeffrey 786c38834d paypro: example - remove old createTX. 2014-08-18 15:44:44 -07:00
Christopher Jeffrey a90e421818 paypro: example - fix customer createTX for browser. 2014-08-18 15:44:43 -07:00
Christopher Jeffrey 774dacae8d paypro: example - document modular usage of example. 2014-08-18 15:44:43 -07:00
Christopher Jeffrey 76092fb1a3 paypro: example - allow more modularity concerning options. 2014-08-18 15:44:43 -07:00
Christopher Jeffrey da36abcc1e paypro: example - allow user to set options when using example as a module. 2014-08-18 14:25:50 -07:00
Christopher Jeffrey bf77041f1d paypro: example - fix request method. 2014-08-18 14:22:09 -07:00
Christopher Jeffrey 1e57a6d874 paypro: example - remove some comments. 2014-08-18 14:13:24 -07:00
Christopher Jeffrey 253d66994c paypro: example - add privkey option. refactor. 2014-08-18 14:04:26 -07:00
Christopher Jeffrey e93e3d83f4 paypro: example - add --address and --pubkey options. document in readme. 2014-08-18 13:40:14 -07:00
Christopher Jeffrey cc3ca4e571 paypro: example - explain extra arguments in readme file. 2014-08-18 13:36:04 -07:00
Christopher Jeffrey bd227930e1 paypro: example - add extra arguments for experimentation. 2014-08-18 13:06:33 -07:00
Christopher Jeffrey f972baf42c paypro: fix readme file for better explanation. 2014-08-18 13:05:58 -07:00
Christopher Jeffrey 076dab2a47 paypro: example - use strict paypro headers. 2014-08-13 17:11:23 -04:00
Christopher Jeffrey c33eef3689 paypro: example - use GET method for first paypro request. 2014-08-11 19:04:57 -04:00
Christopher Jeffrey 3ff70ac7cc paypro: example - add another higher output to the server outputs. 2014-08-08 14:32:43 -07:00
Christopher Jeffrey 09c034f0c6 paypro: example - show raw hex when receiving Payment. 2014-08-01 19:05:31 -07:00
Christopher Jeffrey 2482541e17 paypro: replace old server address. 2014-08-01 16:15:28 -07:00
Christopher Jeffrey 6415f29fb9 paypro: misc example changes. 2014-08-01 16:11:41 -07:00
Ryan X. Charles 434ba6f0e3 Merge pull request #462 from chjj/paypro_example
paypro: a more complete example of how to use server outputs.
2014-07-28 16:19:41 -04:00
Eric Martindale 7d73c00e12 Add README to payment protocol reference implementation. 2014-07-28 12:08:03 -07:00
Christopher Jeffrey 3582ff32fc paypro: a more complete example of how to use server outputs. 2014-07-25 19:11:57 -07:00
Christopher Jeffrey 85e769b97d paypro: make example work without npm install. 2014-07-25 11:26:47 -07:00
Christopher Jeffrey 8c74b94791 paypro: add payment protocol example. 2014-07-24 23:20:45 -07:00
Manuel Araoz b0d0c2bb35 add example 2014-07-24 17:45:11 -03:00
ethers 1a6ea46f4b a more involved ScriptInterpreter example 2014-07-15 02:02:22 -07:00
ethers 37d73fd426 small ScriptInterpreter example 2014-07-14 02:28:53 -07:00
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.
2014-06-23 10:57:02 -07:00
Ryan X. Charles a11e308aee fix example
An address is actually the hash of a public key, not the public key.
2014-06-11 15:17:01 -07:00
Ryan X. Charles 261a94d806 add ECIES example 2014-06-06 14:34:42 -07:00
Gabe a374b58271 fix bad test, bytes!=bits 2014-06-04 13:59:38 -04:00
dthorpe 04d6366c11 Change Address.forKey() to Address.fromKey() 2014-05-31 22:18:23 -07:00
Ryan X. Charles c038abc8e7 rename BIP32 -> HierarchicalKey, deprecate BIP32
Sounds better.
2014-05-11 13:09:57 -04:00
olalonde 7800128b9b Armory: from master public key 2014-05-08 07:54:11 +08:00
olalonde b26dd77911 Armory: added to bitcore.js, build.js and browser example 2014-05-08 07:54:11 +08:00
olalonde da71cdf62d Armory: added descriptive log in examples/Armory.js 2014-05-08 07:54:11 +08:00
olalonde fa211f98bb Armory: cleaned up example 2014-05-08 07:54:11 +08:00
olalonde 468ebddc1e Implemented Armory initializing from seed 2014-05-08 07:54:11 +08:00
olalonde 0e1948b8f3 Implemented Armory style key derivation from chain code and public key (WIP) 2014-05-08 07:54:11 +08:00
Simon Schoeters 8c8e41bf29 Script is not used in this example 2014-05-06 12:06:15 +02:00
Manuel Araoz a1a844c1e6 add Address.forKey convenience method and example vanity address generator 2014-04-29 11:49:42 -03:00
Ryan X. Charles 9575929162 Merge branch 'feature/secure-random'
Conflicts:
	lib/browser/Key.js
2014-04-24 09:19:58 -03:00
Matias Alejo Garcia 64b5623d54 removes buffertools dependencies in browsers Key.js 2014-04-23 21:32:25 -03:00
Ryan X. Charles 75d2d0d390 fix issues with ConnectionTor example and Connection class 2014-04-22 22:28:31 -03:00
Ryan X. Charles 7f7d076c7f Merge remote-tracking branch 'olalonde/electrum' 2014-04-22 09:20:42 -03:00
olalonde 8e30c05e3e Electrum: removed dead code 2014-04-21 04:29:23 +08:00
olalonde c818b549c6 Added Electrum.js which allows Electrum style key derivation 2014-04-21 03:52:07 +08:00
Gordon Hall 9934b29eff update example, added log statements to status check in peer manager for showing how many good peers there are 2014-04-20 14:31:07 -04:00
Gordon Hall def036b79f setup connection pool and auto handling of bad seeds 2014-04-20 14:04:52 -04:00
Gordon Hall 8b17591661 fix example 2014-04-19 16:46:00 -04:00
Gordon Hall e82867007e simplified example for peer discovery, added some debug output to discoverPeers(), made Peer reference the connection created from createConnection() 2014-04-19 15:12:44 -04:00