update consensus service

This commit is contained in:
boneyard93501
2021-11-07 15:19:09 -06:00
parent 831f3ad675
commit 48f4ca3106
14 changed files with 140 additions and 4 deletions

View File

@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# build wasms
./build.sh
(
fldist new_service \
--name "simple-consensus" \
--modules artifacts/consensus.wasm:configs/consensus_cfg.json \
--verbose \
>> \
deployed_service_data.txt
)