Use this repository as submodule for your insolar application.
How to start launchnet and monitor
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
run
./insolar-scripts/insolard/launchnet.sh -g
monitor
./insolar-scripts/monitor.sh
if you want to use jaeger in launchnet, add ENV param
INSOLAR_TRACER_JAEGER_AGENTENDPOINT=<jaeger-addr>
License
This project is licensed under the terms of the MIT License.