107 Commits (e44b2480aa32890ec461f6ce752bb125be069ec2)

Author SHA1 Message Date
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 11 years ago
Ryan X. Charles a11e308aee fix example 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 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
Manuel Araoz fc1dcbd9d0 fix and improve SendTx example 11 years ago
Manuel Araoz 84ec7bae4c fix PeerManager example 11 years ago
Manuel Araoz d5153850ad make PeerManager and Connection instances configurable 11 years ago
Eric Martindale a2d616da5b Project reorganization. 11 years ago
Gordon Hall a5ba457787 update example to discover a peer instead of hardcoding arbitrary IP 11 years ago
xubo zhang 7a88c31164 change remainderAddress to remainderOut 11 years ago
Matias Alejo Garcia a8f5f9fcb8 remove unused params in example 11 years ago
olalonde 8349e537d9 Added PayToScriptHashAddress example 11 years ago
Manuel Araoz 71353426f6 network refactors 11 years ago
olalonde 4b4066a5e2 Added instructions for runnign the browser examples 11 years ago
olalonde c6bfb5a701 Fixed browser examples. Added SimpleP2Pmonitor example. 11 years ago
Gordon Hall 78edb3200e change example to log actual error 11 years ago
Gordon Hall b23f3c8088 add support for connecting over tor, remove seedlist class (for now) 11 years ago
Ryan X. Charles 009949735e correct typo: "knowan" -> "known" 11 years ago
Ryan X. Charles edab2d18a1 add BIP32 example 11 years ago