Skip to content

Daemon-Technologies/Onstacks-client

Repository files navigation

About

Onstacks Onstacks is the leading analytics provider for miners on the Stacks network. Track, analyse, on all mining related activies with Onstacks.

Features

Mining monitor: Access all mining activities on stacks

Explorer: View all transactions on stacks

Developing

To set up your local environment, run the following:
yarn install
yarn start
Open http://localhost:3000 to view it in the browser.

Staging deployment site

Staging: https://loving-yonath-45638e.netlify.app/

Production: https://app.onstacks.com/

For ESLint's and Prettier lint check,

yarn lint

For ESLint's and Prettier lint fix,

yarn lint-fix

This project was bootstrapped with Create React App.