Skip to content

fluencelabs/nox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b349812 · Oct 29, 2024
Jun 4, 2024
Apr 24, 2024
Oct 29, 2024
Aug 13, 2024
Jun 26, 2024
Oct 28, 2024
Jul 31, 2024
Sep 6, 2021
Oct 29, 2024
Sep 20, 2024
Jul 31, 2024
Jul 31, 2024
Jun 26, 2024
Aug 13, 2024
Sep 2, 2024
Jul 31, 2024
Oct 23, 2020
Aug 14, 2024
Oct 29, 2024
Jun 25, 2024
Oct 29, 2024
Sep 2, 2024
Jun 26, 2024
Jun 25, 2024
Feb 23, 2024
Jun 26, 2024
Jul 19, 2024
Feb 2, 2024

Repository files navigation

Nox

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.

Installation and Usage

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.

Documentation

Comprehensive documentation on everything related to Fluence can be found here. Check also our YouTube channel.

Support

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.

Contributing

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.

License

All software code is copyright (c) Fluence DAO under the AGPL v3 license.