From 9077ee29b77f60cf2610c3dddd7806f300e31e69 Mon Sep 17 00:00:00 2001 From: c9s Date: Sun, 11 Oct 2020 16:31:58 +0800 Subject: [PATCH] doc: add more details --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83686e53d..f69bf3703 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ MYSQL_DATABASE=bbgo MYSQL_URL=root@tcp(127.0.0.1:3306)/bbgo ``` +You can get your API key and secret after you register the accounts: + +- For MAX: +- For Binance: + Then run the `migrate` command to initialize your database: ```sh @@ -126,15 +131,23 @@ t.AddCrossExchangeStrategy(hedgemaker.New(...)) ## Support +### Contribute pull requests + +Any pull request is welcome, documentation, format fixing, testing, features. + +### Register account with referral ID + You may register your exchange account with my referral ID to support this project. - For MAX Exchange: (default commission rate to your account) - For Binance Exchange: (5% commission back to your account) -Or support this project by cryptocurrency: +### Some cryptos -- BTC omni `3J6XQJNWT56amqz9Hz2BEVQ7W4aNmb5kiU` -- USDT erc20 `0x63E5805e027548A384c57E20141f6778591Bac6F` +To support this project by some small amount cryptos: + +- BTC address `3J6XQJNWT56amqz9Hz2BEVQ7W4aNmb5kiU` +- USDT ERC20 address `0x63E5805e027548A384c57E20141f6778591Bac6F` ## License