Update README.md

This commit is contained in:
sairajzero 2021-08-03 16:05:51 +05:30
parent 231cf0d8b9
commit 81ebd39fbb

View File

@ -10,8 +10,7 @@ Download the repository using git:
``` ```
git clone https://github.com/ranchimall/FLO-signValidator.git git clone https://github.com/ranchimall/FLO-signValidator.git
``` ```
### Starting the server
## Starting the server
The server can be started using the following command The server can be started using the following command
``` ```
node ./start.js node ./start.js
@ -21,7 +20,7 @@ The default port is 8080. To host the server in different port, pass the port nu
node ./start.js <port> node ./start.js <port>
``` ```
### Usage ## Usage (for clients)
The POST request must consist of a JSON string with the following: The POST request must consist of a JSON string with the following:
- floID: floID of the signer. - floID: floID of the signer.
- pubKey: pubKey of the signer. - pubKey: pubKey of the signer.