Chris Kleeschulte
282c17a116
Adjusted documentation version.
8 years ago
KeepKey Pair Programmers
7bfcf4cf62
Incorrect namespace for 'crypto' modules
Use the correct namespace case for 'crypto' modules
8 years ago
Gabe Gattis
8339bda2d9
update hierarchical key docs
8 years ago
Braydon Fuller
d32ae41adc
Change name of derive to deriveChild
This is to avoid any accidental upgrades to a bugfixed version without awareness of the change.
8 years ago
Saran Siriphantnon
85666e92da
Fix wrong property name in docs (Address.Pay2PubKeyHash)
Hi,
There is no `Address.Pay2PubKeyHash` property, instead it's `Address.PayToPublicKeyHash`.
9 years ago
Braydon Fuller
0c983c9c4a
Networks: Added regtest to networks
Brings better compatibility between "testnet" and "regtest". Services such as
Bitcore Wallet Service and wallets such as Copay that have "testnet" and not
"regtest" will be compatible with "regtest" if enabled in a Bitcore node. This
adds two new API methods to enable/disable regtest on the testnet network:
- `bitcore.Networks.enableRegtest()`
- `bitcore.Networks.disableRegtest()`
9 years ago
Rob Riddle
5b08d72876
Fix typos in documentation
9 years ago
Braydon Fuller
09e31b08fb
Update browser docs.
9 years ago
Jason Dreyzehner
004e793217
format docs
9 years ago
Braydon Fuller
aba78f92ba
Bump version to 0.13 in documentation.
10 years ago
Braydon Fuller
e64581e4eb
Update documentation with API changes for toJSON.
10 years ago
Braydon Fuller
8ff26bb260
Fixes for various formatting issues and typos.
10 years ago
Manuel Araoz
8a13a22baf
add Transaction#clearOutputs
10 years ago
Manuel Araoz
48761fd08f
formatting fixes on pubkey docs
10 years ago
Braydon Fuller
55f663737f
Update HDPrivateKey docs. Fixes #1209
10 years ago
Manuel Araoz
6a3e10539c
small doc fixes
10 years ago
Manuel Araoz
74b93e228c
add compressed vs uncompressed docs
10 years ago
Manuel Araoz
0a81acf618
Fix doc index version to v0.12
10 years ago
Manuel Araoz
5664dac015
add explanatory example for need of Unit
10 years ago
Manuel Araoz
b685b5d28a
add inputAmount and outputAmount to docs
10 years ago
Manuel Araoz
f7d0b433ee
Fix doc index version
10 years ago
eordano
405f4f43df
Update dust amount
10 years ago
eordano
1893b1db0e
Fix capitalization of bitcore on docs
10 years ago
eordano
2f86f323c0
Add link when throwing a serialization error
10 years ago
eordano
97671abfdc
Add more docs on serialization checks
10 years ago
Manuel Araoz
a4b72325cd
capitalize
10 years ago
Manuel Araoz
0a319b9fde
minor fixes
10 years ago
Manuel Araoz
0772cd77f6
add sh types
10 years ago
Manuel Araoz
2f691e2cae
fix typo
10 years ago
Manuel Araoz
739c280f6b
document modern browser usage
10 years ago
Yemel Jardi
92b261a849
Update examples
10 years ago
Yemel Jardi
fbd39bf149
Add bitcore examples to the README
10 years ago
Yemel Jardi
5c580ccdfe
Bump bitcore version on docs
10 years ago
Esteban Ordano
703f92fb34
Update documentation with indications on signatures
10 years ago
Manuel Araoz
aa1158097d
fix bug in change calculation
10 years ago
Manuel Araoz
986264e181
add locktime docs and Transaction#getLockTime
10 years ago
Esteban Ordano
78189f61d9
Rewrite of Transaction doc
10 years ago
Esteban Ordano
004056c8fa
docs: fix hierarchical.md
Closes https://github.com/bitpay/bitcore/issues/1055
10 years ago
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.
10 years ago
Chris Arnesen
3d463970c8
spelling typo
10 years ago
Esteban Ordano
68015bfb58
Suggest that users use `.toObject()` for tx serialization
10 years ago
Trevin Hofmann
99c88c440a
Apply lowerCamelCase to P2SHAddress in docs
10 years ago
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.
10 years ago
Braydon Fuller
39484c755e
Fixed typo in docs
10 years ago
Esteban Ordano
54c8b17164
Docs: add hexa export example for private key
10 years ago
Braydon Fuller
818d9cb331
Docs: Include information about saving a PrivateKey
10 years ago
Manuel Araoz
5a3d56bc86
improve hd keys docs
10 years ago
Braydon Fuller
fad20d1444
Update docs for Block
10 years ago
Braydon Fuller
78b81673ae
Fixed submodule link
10 years ago
Braydon Fuller
a81546e631
Fixed formatting issue with yaml in docs.
10 years ago