From adca0db6225a5470b1704ac34e0858c1f2c32575 Mon Sep 17 00:00:00 2001 From: Julian Traversa <62613746+JTraversa@users.noreply.github.com> Date: Fri, 27 Mar 2020 18:13:03 -0400 Subject: [PATCH] Update README.md --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index ebdca35..f425973 100644 --- a/README.md +++ b/README.md @@ -423,32 +423,9 @@ Further, the best way to validate a new release is to build/compile the CLI appl - 4. For each exchange you would like to use, in your "Scripts" folder generate an additional folder with the name of the exchange. + 4. For each exchange you would like to use, in your "Scripts" folder copy and paste the given exchange folder from the Nescience Folder. (Coinbase= "GDAX", Binance = "Binance", Kucoin= "Kucoin", Kraken= "Kraken", etc.) - 5. In each folder, create 3 JSON files with the following titles and the following content: - ----------------------- - -1. Title: "Config" - - Content: - ``` - {"configcheck": ""} - ``` -2. Title: "Initial" - - Content: - ``` - {"initialcheck": ""} - ``` - -3. Title: "Performance" - - Content: - ``` - {"initialcheck2": ""} - ``` ----------------------