grin/doc/table_of_contents.md
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

1,020 B

Documentation structure

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