Skip to content

Anubhav-Pal/Cryptonite

Repository files navigation

CRYPTONITE

Cryptonite tracks Bitcoin, Ethereum, Litecoin, and 10,000+ altcoins Use our web app to monitor your portfolio across exchanges and get the latest prices and market charts in your local currency.

dashboard

Introduction

Screenshots

apis   data-models

plugins   microservices

own-your-code   customize-code   customize-code   customize-code

Usage

To get started with Cryptonite, the hosted version of the product can be used at https://cryptonite-anubhav.vercel.app/. The website provides an overview of the application.

Development

Running Cryptonite

BEFORE you run the following steps make sure:

  1. You have typescript installed locally on you machine npm install -g typescript

  2. You are using a supported node version (check engines node in the package.json)

  3. You are using a supported npm version (check engines npm in the package.json)

  4. Clone the repository and install dependencies:

git clone git@github.com:Anubhav-Pal/Cryptonite.git && cd cryptonite && npm install
  1. Run the script, which takes care of installing dependencies, building packages, and setting up the workspace:
npm run dev

Resources

  • Website overview of the product.
  • Next for comprehensive documentation on nextjs.
  • Typescript for comprehensive documentation on Typescript.
  • ApexCharts for comprehensive documentation on React Apex charts.