From 15f79cf05b3253313e3c01f261bf21e040bceb1b Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Fri, 20 Oct 2023 09:02:58 -0500 Subject: [PATCH] fix: remove aqua cli from README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c52b2ae69e..35e7f9dcd3 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,11 @@ local instance of nox, run: ```bash docker pull fluencelabs/nox:latest -docker run -d --name fluence -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/nox:latest --local --keypair-value=gKdiCSUr1TFGFEgu2t8Ch1XEUsrN5A2UfBLjSZvfci9SPR3NvZpACfcpPGC3eY4zma1pk7UvYv5zb1VjvPHwCjj +docker run -d --name fluence -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/nox:latest --local ``` This will setup a network of one nox and an IPFS sidecar, not connected to any -other network. Next, run some [Aqua](https://github.com/fluencelabs/aqua) -against it: - -```bash -npm i -g @fluencelabs/aqua@unstable -aqua remote list_modules --addr /ip4/127.0.0.1/tcp/9999/ws/p2p/12D3KooWKEprYXUXqoV5xSBeyqrWLpQLLH4PXfvVkDJtmcqmh5V3 -``` +other network. For more info about the docker image (image version flavours, environment variables, deployment examples) and documentation for nox operators, see the