grin/doc/table_of_contents_.md
Aidan_YOUNGJUN d73124c469 [docs] Documents in grin repo had translated in Korean. (#2604)
*  Start to M/W intro translate in Korean
*  translate in Korean
*  add korean translation  on intro
* table_of_content.md translate in Korean.
*  table_of_content_KR.md finish translate in Korean, start to translate State_KR.md
*  add state_KR.md & commit some translation in State_KR.md
*  WIP stat_KR.md translation
*  add build_KR.md && stratum_KR.md
*  finish translate stratum_KR.md & table_of_content_KR.md
*  rename intro.KR.md to intro_KR.md
*  add intro_KR.md file path each language's  intro.md
*  add Korean translation file path to stratum.md & table_of_contents.md
*  fix difference with grin/master
2019-02-28 10:11:04 -08:00

2.1 KiB

Documentation structure

Read this in other languages: Korean.

Explaining grin

  • intro - Technical introduction to grin
  • grin4bitcoiners - Explaining grin from a bitcoiner's perspective

Understand the grin implementation

  • chain_sync - About how Grin's blockchain is synchronized
  • blocks_and_headers - How Grin tracks blocks and headers on the chain
  • contract_ideas - Ideas on how to implement contracts
  • dandelion/dandelion - About transaction propagation and cut-through. Stemming and fluffing!
  • dandelion/simulation - Dandelion simulation - aggregating transaction without lock_height Stemming and fluffing!
  • internal/pool - Technical explanation of the transaction pool
  • merkle - Technical explanation of grin's favorite kind of merkle trees
  • merkle_proof graph - Example merkle proof with pruning applied
  • pruning - Technical explanation of pruning
  • stratum - Technical explanation of Grin Stratum RPC protocol
  • transaction UML - UML of an interactive transaction (aggregating transaction without lock_height)

Build and use

  • api - Explaining the different APIs in Grin and how to use them
  • build - Explaining how to build and run the Grin binaries
  • release - Instructions of making a release
  • usage - Explaining how to use grin in Testnet3
  • wallet - Explains the wallet design and grin wallet sub-commands

External (wiki)