Empty files for most classes

This commit is contained in:
Esteban Ordano 2014-11-22 17:29:10 -03:00
parent 33d0bc0255
commit 2e9298fbc8
11 changed files with 21 additions and 0 deletions

1
docs/Block.md Normal file
View File

@ -0,0 +1 @@
# Block

1
docs/Blockheader.md Normal file
View File

@ -0,0 +1 @@
# Blockheader

1
docs/Crypto.md Normal file
View File

@ -0,0 +1 @@
# Crypto

0
docs/Encoding.md Normal file
View File

12
docs/Hierarchical.md Normal file
View File

@ -0,0 +1,12 @@
# Hierarichically Derived Keys
Bitcore provides full support for
[BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki),
allowing for many key management schemas that benefit from this property.
Please be sure to read and understand the basic concepts and the warnings on
that BIP before using these classes.
## HDPrivateKey
This class initially meant to share the interface of
[PrivateKey](http://missing-link) but add the ability to derive new keys.

1
docs/Input.md Normal file
View File

@ -0,0 +1 @@
# Input

1
docs/Networks.md Normal file
View File

@ -0,0 +1 @@
# Networks

1
docs/Opcode.md Normal file
View File

@ -0,0 +1 @@
# Opcode

1
docs/Output.md Normal file
View File

@ -0,0 +1 @@
# Output

1
docs/Script.md Normal file
View File

@ -0,0 +1 @@
# Script

1
docs/Signature.md Normal file
View File

@ -0,0 +1 @@
# Signature