Skip to content

jeffreywescott/coindex

Repository files navigation

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 git@github.com: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

About

a cryptocurrency index for the masses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published