Skip to content

Commit

Permalink
Fix formatting and links in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
blitzstern5 committed Mar 1, 2018
1 parent 5d43c3f commit 69fa5ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README-RU.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
О Genesis
=======
=========

Genesis - блокчейн-платформа с открытым исходным кодом, реализованная на базе одноранговой сети. Узел сети состоит из серверной части, поддерживающей сетевые протоколы, формирование блокчена и исполнение контрактов, а также базы данных, в которой отражается актуальное состояние блокчена платформы. Конечный пользователь взаимодействует в узлами сети с помощью программного клиента или web-интерфейса.

Expand Down Expand Up @@ -109,7 +109,8 @@ Genesis - блокчейн-платформа с открытым исходны
приведет к запуску 4-х узлов и 4-х клиентов, веб-порты будут проброшены в хост-систему как: 9001, 9002, 9003, 9004, клиент-порты будут проброшены в хост-систему как: 19001, 19002, 19003, 19004, порт базы данных будет проброшен в хост-систему как 6000.


### Полезные ссылки
Полезные ссылки
===============

* [Genesis Quick Start for Windows](https://github.com/GenesisKernel/quick-start-win)

Expand All @@ -118,5 +119,3 @@ Genesis - блокчейн-платформа с открытым исходны
* [Genesis Blockchain](https://github.com/GenesisKernel/go-genesis)

* [Genesis Frontend](https://github.com/GenesisKernel/genesis-front)

* [Genesis Frontend](https://github.com/GenesisKernel/genesis-front)
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
About Genesis
==========
=============

Genesis is an open source blockchain platform which implemented as blockchain network consisting of nodes communicating each other. Each node is backend service having own database and can be interacted by the end user with a client or web ui.

Expand Down Expand Up @@ -111,7 +111,8 @@ So running this command:

will start 4 backends and 4 clients, and fronend ports will be exposed to system port: 9001, 9002, 9003, 9004, clients ports will be exposed to system ports: 19001, 19002, 19003, 19004, and database port will be exposed to system port 6000

### Useful links
Useful Links
============

* [Genesis Quick Start for Windows](https://github.com/GenesisKernel/quick-start-win)

Expand All @@ -120,5 +121,3 @@ will start 4 backends and 4 clients, and fronend ports will be exposed to system
* [Genesis Blockchain](https://github.com/GenesisKernel/go-genesis)

* [Genesis Frontend](https://github.com/GenesisKernel/genesis-front)

* [Genesis Frontend](https://github.com/GenesisKernel/genesis-front)

0 comments on commit 69fa5ea

Please sign in to comment.