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.
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.
Running Cryptonite
BEFORE you run the following steps make sure:
-
You have typescript installed locally on you machine
npm install -g typescript
-
You are using a supported node version (check
engines
node
in the package.json) -
You are using a supported npm version (check
engines
npm
in the package.json) -
Clone the repository and install dependencies:
git clone git@github.com:Anubhav-Pal/Cryptonite.git && cd cryptonite && npm install
- Run the script, which takes care of installing dependencies, building packages, and setting up the workspace:
npm run dev
- 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.