Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.18 KB

coindex

CircleCI Coverage Status

A cryptocurrency index for the masses.

What is this?

MVP

  • use the CoinMarketCap API to figure out the relative market cap of the top N coins (e.g., N = 15)
  • use the binance API to query the portfolio of the user
  • write a CSV file of sells and buys to make on binance

Getting Started

  1. Clone the this repo: git clone [email protected]:jeffreywescott/coindex.git
  2. Create your binance.json file using binance.json.sample
  3. Run the rebalance script: yarn run rebalance

Known Issues

  • right now, all it does is save CSV files of the top coins and the non-zero portfolio balances
  • name mismatches between CoinMarketCap and binance aren't handled appropriately