freshgrlc / freshgrlc-explorer

FreshGRLC.net blockchain explorer. Official frontend for the FreshGRLC.net indexer services.
https://explorer.freshgrlc.net/
GNU General Public License v2.0
0 stars 1 forks source link

FreshGRLCExplorer

Build Status Dependabot Status
PRs Welcome GPLv2 License
Discord

Overview

A blockchain explorer for Garlicoin (GRLC), Testnet Garlicoin (tGRLC), and Tuxcoin (TUX). All of the coins are based on the allium mining algorithm. GRLC and TUX are visible on the overview page while tGRLC is only visible on the specific information pages (blocks, transactions, and addresses). This explorer gets its data from an blockchain indexer also developed in house.

Development

  1. Make sure yarn is installed
  2. Clone this repo
  3. If you have VSCode with remote containers we provide a configuration file and some helpful snippets. Opening in a container will automatically install the dependencies, so step 4 can be skipped.
  4. Install dependencies with yarn install

yarn start

Starts a development server for continued development.

yarn test

Runs tests for the codebase.

yarn build

Creates a production build for distribution.

yarn lint

Lints the files for any formatting errors.

yarn fromat

Fixes any formatting errors that can be automatically resolved

Contributions

We are open to any contributions. Just open a pull request and we will get right to it. To avoid doing work we may not want done, open an issue so feedback can be given before valuable development hours are spent on a feature or bug that is already in progress or fixed.