Organize doc files (#3436)

* create and occupy translations dir

* update translation links

* add mimblewimble whitepaper

* add p2p_protocol from docs

* add validation_logic from docs

Co-authored-by: Paouky <Paouky@users.noreply.github.com>
This commit is contained in:
Paouky
2020-09-10 16:45:14 +03:00
committed by GitHub
parent 3d07adb621
commit dfd0a649c7
54 changed files with 936 additions and 349 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Grin code structure
*Read this in other languages: [简体中文](code_structure_ZH-CN.md).*
*Read this in other languages: [简体中文](translations/code_structure_ZH-CN.md).*
Grin is built in [Rust](https://www.rust-lang.org/), a memory safe, compiled language. Performance critical parts like the Cuckoo mining algorithm are built as plugins, making it easy to swap between algorithm implementations for various hardware. Grin comes with CPU and experimental GPU support.