Skip to content

Cryptocurrency portfolio tracking for EZIL mining pool, Binance and FTX exchanges.

License

Notifications You must be signed in to change notification settings

killuminati3888/cryportfolio

 
 

Repository files navigation

CRYPORTFOLIO

Cryptocurrency portfolio tracking for EZIL mining pool, Binance and FTX exchanges.

Getting Started

Install:

npm install --save

Required configuration for .env:

// FTX API KEYS
VUE_APP_FTX_API_SECRET_KEY=SECRET_KEY_HERE
VUE_APP_FTX_API_KEY=APIKEY_KEY_HERE

// BINANCE API KEYS
VUE_APP_BINANCE_API_SECRET_KEY=SECRET_KEY_HERE
VUE_APP_BINANCE_API_KEY=APIKEY_KEY_HERE

// WALLETS FOR EZIL
VUE_APP_BINANCE_ETH_WALLET=ETH_WALLET_HERE
VUE_APP_BINANCE_ZIL_WALLET=ZIL_WALLET_HERE

Serve:

npm run serve

Build for Production:

npm run build

Screenview

This is an image

About

Cryptocurrency portfolio tracking for EZIL mining pool, Binance and FTX exchanges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.8%
  • Vue 34.1%
  • SCSS 3.5%
  • HTML 1.5%
  • Other 1.1%