Chinese translation (#3098)

* add: simplified Chinese translation
This commit is contained in:
Xavier Lau
2019-11-26 21:57:01 +08:00
committed by Quentin Le Sceller
parent f07a897e33
commit 0c6c464e94
38 changed files with 537 additions and 88 deletions
+2
View File
@@ -1,5 +1,7 @@
# Grin code structure
*Read this in other languages: [简体中文](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.
## Files in project root