mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 07:26:53 +00:00
Merge branch 'master' into engine
This commit is contained in:
@@ -10,7 +10,7 @@ writes to an output file while validating the inputting data.
|
||||
Example usage:
|
||||
|
||||
```bash
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/config/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/config/
|
||||
go run ./config.go -infile path/of/config.json -outfile path/of/new/config.json -encrypt falseOrTrue -key KEYHERE
|
||||
```
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
+ This will update the entire codebase when a change is made in the documentation templates
|
||||
|
||||
```sh
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/documentation/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/documentation/
|
||||
go run gocryptotrader.go -r
|
||||
```
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
+ add supporting request protocols by adding either -rest, -ws and or -fix
|
||||
|
||||
```sh
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/exchange_template/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/exchange_template/
|
||||
go run exchange_template.go -name Bitmex -ws -rest
|
||||
```
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ API Authentication.
|
||||
|
||||
Generate Keys:
|
||||
```bash
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/huobi_auth/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/huobi_auth/
|
||||
go run main.go
|
||||
```
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Example:
|
||||
```bash
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/portfolio/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/portfolio/
|
||||
go run portfolio.go -infile path/to/config.json -key AESDecryptionKey
|
||||
```
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
Example:
|
||||
```bash
|
||||
cd $GOPATH/src/github.com/thrasher-/gocryptotrader/tools/websocket_client/
|
||||
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/websocket_client/
|
||||
go run main.go
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user