FrostFS local Development and Testing environment
Find a file
Stanislav Bogatyrev 1a8f5bd112 Add README and related docs
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
2020-09-25 16:20:34 +03:00
.github Add README and related docs 2020-09-25 16:20:34 +03:00
services Add storage node attributes 2020-09-24 18:04:25 +03:00
wallets Add wallet for neofs deposit 2020-09-24 18:05:31 +03:00
.dockerignore Initial commit 2020-07-10 18:33:27 +03:00
.editorconfig Initial commit 2020-07-10 18:33:27 +03:00
.env Update image versions 2020-09-24 18:05:31 +03:00
.gitignore Initial commit 2020-07-10 18:33:27 +03:00
.services Move start-stop order to single config 2020-09-24 00:14:32 +03:00
CONTRIBUTING.md Add README and related docs 2020-09-25 16:20:34 +03:00
help.mk Initial commit 2020-07-10 18:33:27 +03:00
LICENSE Initial commit 2020-07-10 18:33:27 +03:00
Makefile Use common /etc/hosts 2020-09-24 12:34:33 +03:00
README.md Add README and related docs 2020-09-25 16:20:34 +03:00

NeoFS

NeoFS local Development and Testing environment


Overview

Tools to setup local NeoFS network and Neo 3 privnet.

Quick Start

$ make up

You can see the addresses and hostnames of components with make hosts command.

$ make hosts
192.168.130.10 bastion.neofs.devenv
192.168.130.50 main_chain.neofs.devenv
192.168.130.61 ir01.neofs.devenv
...
192.168.130.74 s04.neofs.devenv

It's recommended to add make hosts output to your local /etc/hosts file.

Contributing

Feel free to contribute to this project after reading the contributing guidelines.

Before starting to work on a certain topic, create an new issue first, describing the feature/topic you are going to implement.

License