From 2e9298fbc88cba939864f61ba01e7bdf84ab7f7a Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Sat, 22 Nov 2014 17:29:10 -0300 Subject: [PATCH] Empty files for most classes --- docs/Block.md | 1 + docs/Blockheader.md | 1 + docs/Crypto.md | 1 + docs/Encoding.md | 0 docs/Hierarchical.md | 12 ++++++++++++ docs/Input.md | 1 + docs/Networks.md | 1 + docs/Opcode.md | 1 + docs/Output.md | 1 + docs/Script.md | 1 + docs/Signature.md | 1 + 11 files changed, 21 insertions(+) create mode 100644 docs/Block.md create mode 100644 docs/Blockheader.md create mode 100644 docs/Crypto.md create mode 100644 docs/Encoding.md create mode 100644 docs/Hierarchical.md create mode 100644 docs/Input.md create mode 100644 docs/Networks.md create mode 100644 docs/Opcode.md create mode 100644 docs/Output.md create mode 100644 docs/Script.md create mode 100644 docs/Signature.md diff --git a/docs/Block.md b/docs/Block.md new file mode 100644 index 000000000..2d45d2321 --- /dev/null +++ b/docs/Block.md @@ -0,0 +1 @@ +# Block diff --git a/docs/Blockheader.md b/docs/Blockheader.md new file mode 100644 index 000000000..253fb3d80 --- /dev/null +++ b/docs/Blockheader.md @@ -0,0 +1 @@ +# Blockheader diff --git a/docs/Crypto.md b/docs/Crypto.md new file mode 100644 index 000000000..84e630494 --- /dev/null +++ b/docs/Crypto.md @@ -0,0 +1 @@ +# Crypto diff --git a/docs/Encoding.md b/docs/Encoding.md new file mode 100644 index 000000000..e69de29bb diff --git a/docs/Hierarchical.md b/docs/Hierarchical.md new file mode 100644 index 000000000..44c0f6eb5 --- /dev/null +++ b/docs/Hierarchical.md @@ -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. diff --git a/docs/Input.md b/docs/Input.md new file mode 100644 index 000000000..135b6af33 --- /dev/null +++ b/docs/Input.md @@ -0,0 +1 @@ +# Input diff --git a/docs/Networks.md b/docs/Networks.md new file mode 100644 index 000000000..1bb6593b2 --- /dev/null +++ b/docs/Networks.md @@ -0,0 +1 @@ +# Networks diff --git a/docs/Opcode.md b/docs/Opcode.md new file mode 100644 index 000000000..713d29cca --- /dev/null +++ b/docs/Opcode.md @@ -0,0 +1 @@ +# Opcode diff --git a/docs/Output.md b/docs/Output.md new file mode 100644 index 000000000..22e0f6660 --- /dev/null +++ b/docs/Output.md @@ -0,0 +1 @@ +# Output diff --git a/docs/Script.md b/docs/Script.md new file mode 100644 index 000000000..b151beffe --- /dev/null +++ b/docs/Script.md @@ -0,0 +1 @@ +# Script diff --git a/docs/Signature.md b/docs/Signature.md new file mode 100644 index 000000000..e40002575 --- /dev/null +++ b/docs/Signature.md @@ -0,0 +1 @@ +# Signature