Commit Graph

97 Commits

Author SHA1 Message Date
Esteban Ordano 703f92fb34 Update documentation with indications on signatures 2015-02-11 13:01:24 -03:00
Esteban Ordano 1c21f6e118 Merge pull request #1048 from maraoz/nlocktime/utils
Add some useful Transaction methods to handle nLockTime
2015-02-11 12:31:14 -03:00
Manuel Aráoz 2f02c4c832 Merge pull request #1033 from thofmann/master
Add bitcore-message to modules list
2015-02-11 11:51:20 -03:00
Manuel Araoz aa1158097d fix bug in change calculation 2015-02-10 18:12:45 -03:00
Manuel Araoz 986264e181 add locktime docs and Transaction#getLockTime 2015-02-10 13:03:07 -03:00
Manuel Aráoz ebf43b3f4a Merge pull request #1056 from eordano/docs/transaction
Rewrite of Transaction doc
2015-02-09 14:20:13 -03:00
Esteban Ordano 78189f61d9 Rewrite of Transaction doc 2015-02-09 14:11:51 -03:00
Esteban Ordano 004056c8fa docs: fix hierarchical.md
Closes https://github.com/bitpay/bitcore/issues/1055
2015-02-09 11:26:30 -03:00
Trevin Hofmann d615ebf555 Add bitcore-message to modules list
I am not sure if the module must undergo some vetting process before
being added to the list of official Bitcore modules, but I have added it
here for when it is ready.
2015-02-04 15:24:56 -06:00
Chris Arnesen 3d463970c8 spelling typo 2015-02-04 08:55:25 -08:00
Esteban Ordano 68015bfb58 Suggest that users use `.toObject()` for tx serialization 2015-02-04 10:44:14 -03:00
Trevin Hofmann 99c88c440a Apply lowerCamelCase to P2SHAddress in docs 2015-02-04 00:31:49 -06:00
Trevin Hofmann 7fd9e8ee64 Add documentation for instantiating P2SH multisig
There is documentation available at
http://bitcore.io/api/#Create_a_Multisig_Address but I think it would
also be useful in the address.md document.
2015-02-03 21:18:42 -06:00
Braydon Fuller 39484c755e Fixed typo in docs 2015-01-28 11:10:06 -05:00
Esteban Ordano 54c8b17164 Docs: add hexa export example for private key 2015-01-27 10:12:04 -03:00
Braydon Fuller 818d9cb331 Docs: Include information about saving a PrivateKey 2015-01-23 20:20:54 -05:00
Manuel Araoz 5a3d56bc86 improve hd keys docs 2015-01-22 15:54:05 -03:00
Braydon Fuller fad20d1444 Update docs for Block 2015-01-21 19:06:43 -05:00
Braydon Fuller 78b81673ae Fixed submodule link 2015-01-21 09:00:01 -05:00
Braydon Fuller a81546e631 Fixed formatting issue with yaml in docs. 2015-01-21 08:58:51 -05:00
Braydon Fuller 86819a8f6d Moved documentation from docs/guide to docs directory, in preparation for combined submodule documentation. 2015-01-21 08:58:51 -05:00
Braydon Fuller 05c7c5dd65 Update documentation with changes based on the seperation of modules. 2015-01-20 15:59:15 -05:00
himynameismartin ae80f28252 Added JavaScript syntax highlighting 2015-01-18 11:29:23 +01:00
himynameismartin 1e21184ec3 Added JavaScript syntax highlighting 2015-01-17 17:55:21 +01:00
Braydon Fuller bfc7edf5f5 Docs: Update browser build documentation to reflect the current module development strategy. 2015-01-16 13:25:41 -05:00
Esteban Ordano 6923b9bed9 Drop explorers 2015-01-14 11:44:58 -03:00
Esteban Ordano fce088758f Drop documentation for p2p 2015-01-12 16:59:38 -03:00
Esteban Ordano ca1d8e9eeb Drop payment protocol submodule 2015-01-09 20:20:58 -03:00
Esteban Ordano e72d11f14e Merge pull request #939 from maraoz/remove/ecies/docs
Remove ECIES docs from main repo
2015-01-09 17:32:34 -05:00
Manuel Araoz 0e96ee7938 remove ECIES from doc guide index 2015-01-09 19:01:23 -03:00
Manuel Araoz 2edae5564e remove ECIES docs 2015-01-09 18:57:20 -03:00
Esteban Ordano 4fba2bc86c Drop all rpc code/docs 2015-01-09 16:58:44 -03:00
Esteban Ordano df47e5aaf0 Docs: drop outdated paragraph 2015-01-07 12:18:24 -03:00
Esteban Ordano 48cea84435 Fix links to insight 2015-01-02 17:35:29 -03:00
Esteban Ordano 2284eec829 Fix comments on the Insight and UTXO docs 2015-01-02 17:04:32 -03:00
Esteban Ordano 7fe17e1699 Move explorers inside transport 2015-01-02 16:31:09 -03:00
Esteban Ordano 7cf826249b Add jsdocs and documentation to UnspenOutput and Insight 2015-01-02 15:59:14 -03:00
Yemel Jardi 89cc27c3a8 Merge pull request #862 from braydonf/docs/browser-builds
Docs: Added documentation about building a browser bundle. Closes #716
2014-12-30 14:50:04 -03:00
Braydon Fuller c17f8897e7 Docs: Added documentation about building a browser bundle. 2014-12-30 11:24:31 -05:00
Yemel Jardi d922a625b9 Rename toFiat() to atRate() 2014-12-28 17:40:11 -03:00
Yemel Jardi 168d87185c Update bitcore guide 2014-12-25 19:14:06 -03:00
Braydon Fuller affd024838 Fixed spelling mistakes, typos, and other documentation adjustments. 2014-12-24 18:57:49 -05:00
Esteban Ordano 494bba36b3 Remove repeated "powerful" mentions on doc index 2014-12-23 13:53:32 -03:00
Braydon Fuller e46ec08e4e Fixed typos in guide index 2014-12-23 11:18:25 -05:00
Manuel Aráoz 5b46d26c19 Merge pull request #841 from eordano/add/guideIndex
Add index for documentation
2014-12-23 12:59:58 -03:00
Esteban Ordano ca29384b63 Add index for documentation 2014-12-23 12:52:28 -03:00
Yemel Jardi eb0b016c72 Update descriptions 2014-12-23 12:35:06 -03:00
Yemel Jardi a1ceb0e8dc Add title and description to doc files 2014-12-23 12:28:31 -03:00
Braydon Fuller 3255cef96b Docs: Fix capitalization in links 2014-12-21 10:21:11 -05:00
Braydon Fuller 3e1ca2be42 Proofread Documentation 2014-12-19 17:34:54 -05:00