Go to file
Anatolios Laskaris 9b6fe501d8
chore: Reorganize directory structure and update README [fixes FLU-276] (#96)
* Update

* Typo

* Update

* Fixes

* Fix

* docs: Added CONTRIBUTING and LICENSE-related words to README

* docs: a few typos fixed

---------

Co-authored-by: Mikhail <mikhail.zotov@fluence.one>
2023-02-22 09:42:26 +02:00
.github chore(main): release distro 0.0.77 (#94) 2023-02-09 14:31:41 +02:00
.vscode Handle SIGTERM (#3) 2021-06-24 20:00:55 +03:00
deploy chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
docs chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
fluence chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
s6 fix: Manage IPFS addresses settings (#71) 2022-11-21 12:44:12 +02:00
.gitignore Add services.json & fluence.json (#8) 2021-09-02 12:48:48 +03:00
CHANGELOG.md chore(main): release distro 0.0.77 (#94) 2023-02-09 14:31:41 +02:00
CONTRIBUTING.md chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00
Dockerfile chore: Release fixes (#93) 2023-02-09 14:31:03 +02:00
LICENSE Initial commit 2021-06-21 16:37:26 +03:00
README.md chore: Reorganize directory structure and update README [fixes FLU-276] (#96) 2023-02-22 09:42:26 +02:00

Rust Peer Distro

The distributive and packaging of the Rust peer.

Installation and usage

docker run -d --name rust-peer -e RUST_LOG="info" -p 7777:7777 -p 9999:9999 fluencelabs/rust-peer:latest --local

To get a list of commands that can be passed to rust-peer run:

docker run --rm --name rust-peer fluencelabs/rust-peer:latest --help

See deployment instructions and tips at deploy.

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 Labs, Inc. under the Apache-2.0 license.