mv data/ default/
This commit is contained in:
parent
0a45e7fe95
commit
52b149b590
13 changed files with 38 additions and 37 deletions
|
|
@ -6,13 +6,15 @@ a="tmp_a.json"
|
|||
b="tmp_b.json"
|
||||
|
||||
auditor_pub=$(<"./test/auditor_public_key")
|
||||
master_key="./default/master_offline_private_key"
|
||||
zero_euro="EUR:0.0"
|
||||
|
||||
dune exec offline -- download --output $a
|
||||
dune exec offline -- sign --input $a --output $b
|
||||
dune exec offline -- sign --master_key $master_key --input $a --output $b
|
||||
dune exec offline -- upload --input $b --url "/management/keys"
|
||||
|
||||
dune exec offline -- enable-auditor \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--auditor_url "auditor.example.com" \
|
||||
--auditor_name "auditor example" \
|
||||
|
|
@ -21,6 +23,7 @@ dune exec offline -- enable-auditor \
|
|||
dune exec offline -- upload --input $b --url "/management/auditors"
|
||||
|
||||
dune exec offline -- wire-fee \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--wire_method "xxx" \
|
||||
--fee_start 0 \
|
||||
|
|
@ -30,6 +33,7 @@ dune exec offline -- wire-fee \
|
|||
dune exec offline -- upload --input $b --url "/management/wire-fee"
|
||||
|
||||
dune exec offline -- global-fees \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--start_date 0 \
|
||||
--end_date 99999999 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue