Files
grin-node/doc/table_of_contents.md
T
Simon B ce82c82b0d Add doc/table_of_contents.md (#311)
* add doc/table_of_contents, initial attempt, based on https://lists.launchpad.net/mimblewimble/msg00024.html
And explain and link to build.md about creating folders server and wallet manually.
* add Files in this folder (doc)
* rename headlines
* docs: extract code and directory structure to code_structure.md
2017-11-20 19:06:51 -05:00

15 lines
1020 B
Markdown

# Documentation structure
- [FAQ][faq.md] - Frequently Asked Questions
- [build](build.md) - Explaining how to build and run the Grin binaries
- [chainsync](chainsync.md) - About how grin's blockchain is synchronized
- [contractideas](contractideas.md) - Ideas on how to implement contracts
- [grin4bitcoiners](grin4bitcoiners.md) - Explaining grin from a bitcoiner's perspective
- [internal/pool](internal/pool.md) - Technical explanation of the transaction pool
- [intro](intro.md) - Technical introduciton to grin
- [local_net](local_net.md) - Technical explanation of how to test Grin locally, simulating several peers, for full integration testing and network simulations
- [merkle](merkle.md) - Technical explanation of grin's favorite kind of merkle trees
- [pruning](pruning.md) - Technical explanation of pruning
- [rangeproofs](rangeproofs.md) - Technical explanation of range proofs
- [style](style.md) - About code formatting
- [wallet](wallet.md) - Explains the wallet design and `grin wallet` sub-commands