diff --git a/docs/guide/index.md b/docs/guide/index.md new file mode 100644 index 00000000000..5b20b6af803 --- /dev/null +++ b/docs/guide/index.md @@ -0,0 +1,30 @@ +# Bitcore v0.8 + +Welcome to the documentation for bictore, a pure and powerful JavaScript Bitcoin API. + +## Addresses and Key Management + +* [Addresses](address.md) +* [Using different networks](networks.md) +* [Private Keys](privatekey.md) and [Public Keys](publickey.md) +* [Hierarchically-derived Private and Public Keys](hierarchical.md) + +## Payment handling +* [Using different Units](unit.md) +* [Acknowledging and Requesting payments: Bitcoin URIs](uri.md) +* [Payment Protocol Support](paymentprotocol.md) +* [The Transaction Class](transaction.md) + +## Bitcoin internals +* [Scripts](script.md) +* [Block](block.md) + +## Networking +* [Interface to the Bitcoin P2P network](peer.md) +* [Managing a pool of peers](pool.md) +* [Connecting to a bitcoind instance through JSON-RPC](jsonrpc.md) + +## Extra +* [Crypto](crypto.md) +* [Encoding](encoding.md) +* [ECIES](ecies.md)