fcoin/docs/README.md
2017-07-21 00:40:02 +04:00

43 lines
1.1 KiB
Markdown

Welcome to the bcoin docs!
## Getting Started
- [Tutorials][tutorials]
- [Getting Started][getting-started]
- [Configuration][configuration]
- [Design][design]
- [Wallet System][wallet-system]
## Running
- [Bcoin CLI][cli]
- [Running in the Browser][browser]
- [REST and RPC API][rest-rpc]
## Code Examples
- [Connecting to the P2P Network][example-p2p]
- [Creating a Blockchain and Mempool][example-blockchain]
- [Fullnode Object][example-fullnode]
- [SPV Sync][example-spv]
## Advanced
- [Working with transactions][work-transactions]
- [Scripting][scripting]
[tutorials]: http://bcoin.io/guide-tutorial-list.html
[getting-started]: Beginner's-Guide.md
[configuration]: Configuration.md
[design]: Design.md
[wallet-system]: Wallet-System.md
[cli]: CLI.md
[browser]: Running-in-the-browser.md
[rest-rpc]: REST-RPC-API.md
[work-transactions]: Working-with-transactions.md
[scripting]: Scripting.md
[example-p2p]: Example-Connecting-to-the-P2P-Network.md
[example-blockchain]: Example-Creating-a-Blockchain-and-Mempool.md
[example-fullnode]: Example-Fullnode-Object.md
[example-spv]: Example-SPV-Sync.md