Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluencelabs/nox
Rust implementation of the Fluence network peer
https://github.com/fluencelabs/nox
decentralized fluence p2p peer peer-to-peer protocol rust wasm
Last synced: 1 day ago
JSON representation
Rust implementation of the Fluence network peer
- Host: GitHub
- URL: https://github.com/fluencelabs/nox
- Owner: fluencelabs
- License: agpl-3.0
- Created: 2017-12-19T13:31:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:29:25.000Z (about 2 months ago)
- Last Synced: 2024-10-29T16:03:02.058Z (about 2 months ago)
- Topics: decentralized, fluence, p2p, peer, peer-to-peer, protocol, rust, wasm
- Language: Rust
- Homepage: https://fluence.network
- Size: 38.9 MB
- Stars: 992
- Watchers: 33
- Forks: 188
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Nox
Nox is the reference implementation of the [Fluence](https://fluence.network)
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](https://hub.docker.com/r/fluencelabs/nox). To start a 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
```This will setup a network of one nox not connected to any other network.
For more info about the docker image see the
[README](https://github.com/fluencelabs/nox/blob/master/docker/README.md).## Documentation
Comprehensive documentation on everything related to Fluence can be found
[here](https://fluence.dev/). Check also our
[YouTube channel](https://www.youtube.com/@fluencelabs).## Support
Please, file an [issue](https://github.com/fluencelabs/nox/issues) if you find a
bug. You can also contact us at [Discord](https://discord.com/invite/5qSnPZKh7u)
or [Telegram](https://t.me/fluence_project). 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](./CONTRIBUTING.md). The Contributor
License Agreement can be found [here](./FluenceCLA.md).## License
All software code is copyright (c) Fluence DAO under the
[AGPL v3](./LICENSE) license.