mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 04:31:44 +00:00
add terraforce deployment method
This commit is contained in:
7
terraforce/examples/in-proc/run.sh
Normal file
7
terraforce/examples/in-proc/run.sh
Normal file
@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [[ "$SEEDS" != "" ]]; then
|
||||
SEEDS_FLAG="--seeds=$SEEDS"
|
||||
fi
|
||||
|
||||
./tendermint node --proxy_app=dummy --log_level=note $SEEDS_FLAG >> tendermint.log 2>&1 &
|
Reference in New Issue
Block a user