mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
15 lines
1,020 B
Markdown
15 lines
1,020 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
|