Skip to content

Commit

Permalink
Add index for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eordano committed Dec 23, 2014
1 parent 55334bf commit ab59450
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions 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)

0 comments on commit ab59450

Please sign in to comment.