23 changed files with 53 additions and 118 deletions
@ -1,28 +0,0 @@ |
|||
# Bitcore v0.8 |
|||
|
|||
## Addresses and Key Management |
|||
|
|||
* [Addresses](models/Address.md) |
|||
* [Using different networks](helpers/Networks.md) |
|||
* [Private Keys](models/PrivateKey.md) and [Public Keys](models/PublicKey.md) |
|||
* [Hierarchically-derived Private and Public Keys](models/Hierarchical.md) |
|||
|
|||
## Payment handling |
|||
* [Using different Units](helpers/Unit.md) |
|||
* [Acknowledging and Requesting payments: Bitcoin URIs](helpers/URI.md) |
|||
* [Payment Protocol Support](helpers/PaymentProtocol.md) |
|||
* [The Transaction Class](models/Transaction.md) |
|||
|
|||
## Bitcoin internals |
|||
* [Scripts](models/Script.md) |
|||
* [Block](models/Block.md) |
|||
|
|||
## Networking |
|||
* [Interface to the Bitcoin P2P network](networking/Peer.md) |
|||
* [Managing a pool of peers](networking/Pool.md) |
|||
* [Connecting to a bitcoind instance through JSON-RPC](networking/JSONRPC.md) |
|||
|
|||
## Extra |
|||
* [Crypto](helpers/Crypto.md) |
|||
* [Encoding](helpers/Encoding.md) |
|||
* [ECIES](helpers/ECIES.md) |
@ -1,30 +0,0 @@ |
|||
# Bitcore |
|||
|
|||
[Index](index.md) |
|||
|
|||
[Models]() |
|||
|
|||
* [Address](models/Address.md) |
|||
* [Block](models/Block.md) |
|||
* [Hierarchical](models/Hierarchical.md) |
|||
* [Private Key](models/PrivateKey.md) |
|||
* [Public Key](models/PublicKey.md) |
|||
* [Script](models/Script.md) |
|||
* [Transaction](models/Transaction.md) |
|||
|
|||
[Helpers]() |
|||
|
|||
* [Crypto](helpers/Crypto.md) |
|||
* [Encoding](helpers/Encoding.md) |
|||
* [Payment Protocol](helpers/PaymentProtocol.md) |
|||
* [Networks](helpers/Networks.md) |
|||
* [Unit](helpers/Unit.md) |
|||
* [URI](helpers/URI.md) |
|||
|
|||
[Networking]() |
|||
|
|||
* [Peer](networking/Peer.md) |
|||
* [Pool](networking/Pool.md) |
|||
* [JSON-RPC](networking/JSONRPC.md) |
|||
|
|||
[Examples](examples.md) |
Loading…
Reference in new issue