mirror of
https://github.com/fluencelabs/eip712-validation-node
synced 2025-06-27 21:51:50 +00:00
update consensus service
This commit is contained in:
15
services/consensus/scripts/deploy.sh
Normal file
15
services/consensus/scripts/deploy.sh
Normal 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
|
||||
|
||||
)
|
Reference in New Issue
Block a user