Skip to content

eco-stake/akash-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akashlytics

Analytics on the Akash Network. Number of deployments, leased compute, price comparisons, graphs and more!

Support

akash13265twfqejnma6cc93rw5dxk4cldyz2zyy8cdm

Useful links

How to run locally

cd /api
npm start
cd /app
npm start

Build and push the docker image

Individually

docker build . -t baktun/akashlytics-api
docker push baktun/akashlytics-api
docker build . -t baktun/akashlytics-web --build-arg API_BASE_URL="https://api.akashlytics.com"
docker push baktun/akashlytics-web

With docker compose

docker-compose build --build-arg API_BASE_URL="https://api.akashlytics.com"
docker push baktun/akashlytics-api
docker push baktun/akashlytics-web

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • JavaScript 1.1%
  • Other 0.7%