fcoin/docs/README.md
2017-08-09 14:17:36 +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]: Examples/connect-to-the-p2p-network.js
[example-blockchain]: Examples/create-a-blockchain-and-mempool.js
[example-fullnode]: Examples/fullnode-and-wallet.js
[example-spv]: Examples/spv-sync-wallet.js