Nox is the reference implementation of the Fluence peer. It is used as a Relay for all Clients and as a Host for all Workers.
nox is distributed as a docker image. To start a local instance of nox, run:
docker pull fluencelabs/nox:latest
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 not connected to any other network.
For more info about the docker image see the README.
Comprehensive documentation on everything related to Fluence can be found here. Check also our YouTube channel.
Please, file an issue if you find a bug. You can also contact us at Discord or Telegram. We will do our best to resolve the issue ASAP.
Any interested person is welcome to contribute to the project. Please, make sure you read and follow some basic rules. The Contributor License Agreement can be found here.
All software code is copyright (c) Fluence Labs, Inc. under the Apache-2.0 license.