Skip to content

Commit 63b3276

Browse files
authored
Update README.md
1 parent 1611a0a commit 63b3276

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ Network Monitor: https://monitor.protonchain.com/
99

1010
! This repo is for manual installation.
1111

12+
**Proton is a protocol built on top of the EOSIO consensus layer that allows verified user identity and applications to generate signature requests (transactions) that can be pushed to signers (wallets) for authentication and signature creation. These signature requests can be used today to authenticate and sign cryptographic payments. The same architecture will be used in future version to initiate and track pending fiat transactions**
1213

13-
To start a PROTON MainNet node you need install EOSIO software. You can compile from sources or install from precompiled binaries:
14+
To start a Proton TestNet node you need install EOSIO software. You can compile from sources or install from precompiled binaries:
1415

15-
# 1. Installing EOSIO
16+
# 1. Installing
1617
---------------------------------------------------
1718

18-
# 1.1 EOSIO - Installing from sources
19+
# 1.1 Installing from sources
1920

2021
A. Create folder, download sources, compile and install:
2122

@@ -47,7 +48,7 @@ ln -sf /opt/bin/v2.0.5 /opt/bin/bin
4748
So /opt/bin/bin will point to latest binaries
4849

4950

50-
# 1.2 EOSIO - installing from precompiled binaries
51+
# 1.2 Installing from precompiled binaries
5152

5253
A. Download the latest version of EOSIO for your OS from:
5354
https://github.com/EOSIO/eos/releases/tag/v2.0.5
@@ -71,7 +72,7 @@ B. Copy binaries to keep old versions and make sym link to latest:
7172
So /opt/bin/bin will be point to latest binaries
7273

7374
---------------------------------------------------------
74-
# 2. Update EOSIO software to new version
75+
# 2. Update software to new version
7576

7677
# 2.1 Update sources
7778

0 commit comments

Comments
 (0)