mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
31f91dc487
* Fix markup in faq * faq: 'level 2' -> 'layer 2' * faq: 'waller' -> 'wallet' * Fix markup in TOC
1.1 KiB
1.1 KiB
Documentation structure
- FAQ - Frequently Asked Questions
- build - Explaining how to build and run the Grin binaries
- chain_sync - About how Grin's blockchain is synchronized
- blocks_and_headers - How Grin tracks blocks and headers on the chain
- 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