tutkowskim / crypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto

This repository contains projects for a visualizing or collecting data related to my crypto mining and investments.

Dashboard

The dashboard-ui and dashboard-api projects are an angular and azure function projects used to visualize my crypto mining and investments through azure static web apps.

Running locally

  1. Install node
  2. Copy dashboard-api/local.settings-sample.json to dashboard-api/local.settings.json and fill in any missing values
  3. Run the web app emulator: npx @azure/static-web-apps-cli start

Utility Functions

The utility functions projects are a collection of azure functions not used or intended to be exposed in the dashboard. Some examples automatically requesting pool payouts, recording pool payouts, or recording mining power usage.

Running Locally

  1. Install visual studio
  2. Install the required .NET sdk
  3. Copy utility-functions/functions/local.settings.json to utility-functions/functions/local.settings.json and fill in any missing values
  4. Start the project using the visual studio debugger

About


Languages

Language:TypeScript 54.4%Language:C# 31.6%Language:HTML 8.2%Language:JavaScript 3.0%Language:Python 2.3%Language:Shell 0.4%Language:CSS 0.1%