Use this repository as submodule for your insolar application.
To run launchnet, you must provide several files:
./scripts/insolard/bootstrap_template.yaml
- template for bootstrap config
./scripts/insolard/generate_initial_data.sh
- script, which creates init data for application (members keys, migration addresses, etc.)
./bin/insolar
- insolar binary
./bin/insolard
- insolard binary
Make file must containes:
make build
build binaries
make install-deps
build dependencies (binaries pulsard, keeperd and pulsewatcher, must be in ./bin dir)
make clean
clear binaries
./insolar-scripts/insolard/launchnet.sh -g
./insolar-scripts/monitor.sh
INSOLAR_TRACER_JAEGER_AGENTENDPOINT=<jaeger-addr>
This project is licensed under the terms of the MIT License.