From 159d3e2c33038f6d7f6f3261872dd1b0eec29f43 Mon Sep 17 00:00:00 2001 From: Cryptoguard Date: Wed, 15 Mar 2023 14:16:46 -0500 Subject: [PATCH] Create template_createoffers.json (#25) Adds a createoffers.json template. User needs to edit values as per their preferences. --- scripts/template_createoffers.json | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 scripts/template_createoffers.json diff --git a/scripts/template_createoffers.json b/scripts/template_createoffers.json new file mode 100644 index 0000000..04f257b --- /dev/null +++ b/scripts/template_createoffers.json @@ -0,0 +1,47 @@ +{ + "offers": [ + { + "coin_from": "Particl", + "coin_to": "Monero", + "amount": 100, + "minrate": 0.01, + "ratetweakpercent": 2, + "amount_variable": true, + "address": "-1", + "name": "Offer 0", + "min_coin_from_amt": 25 + }, + { + "coin_from": "Particl", + "coin_to": "PIVX", + "amount": 100, + "minrate": 0.01, + "ratetweakpercent": 5, + "amount_variable": true, + "address": "-1", + "name": "Offer 1", + "min_coin_from_amt": 25 + }, + { + "coin_from": "Particl", + "coin_to": "Firo", + "amount": 100, + "minrate": 0.5, + "ratetweakpercent": 1, + "amount_variable": true, + "address": "-1", + "name": "Offer 2", + "min_coin_from_amt": 25 + }, + { + "coin_from": "Particl", + "coin_to": "Bitcoin", + "amount": 100, + "minrate": 2.5, + "ratetweakpercent": 4, + "amount_variable": true, + "address": "-1", + "name": "Offer 3", + "min_coin_from_amt": 25 + } +}