From dbaab5b9b48a41e2a3a7baff2c5b899275b03092 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:52:54 -0500 Subject: [PATCH] update readme.md --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 195e0ac..65cab1d 100644 --- a/README.md +++ b/README.md @@ -73,21 +73,23 @@ TODO: ## Running A Peer -Install the Node dependencies and start the peer: +Install the Node dependencies and start the peer in the `` directory: ```bash npm i npm start ``` -With the node up and running, we can access the validation and query capabilities with Aqua initiated from any other (client) peer including a browser. The currently exposes two validation methods: +Or run with: -* ... and -* ... - - with the difference being that ... takes a .... +```bash +nohup node start & +``` - the corresponding Aqua are: +for a long-running daemon. - * ... ad - * ... respectively. \ No newline at end of file +With the node up and running, we can access the validation and query capabilities with Aqua initiated from any other (client) peer including a browser. We can currently call the validation process from [Aqua](./aqua/snapshot.aqua) with two methods: `validate` and `validate_from_url` with the former accepting a json string and the later the url to a json body. + +Using the command line utility [`fldist`]("https://doc.fluence.dev/docs/knowledge_tools"), for example, we can run: + +TBD