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