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.
- Make sure yarn is installed
- Clone this repo
- 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.
- Install dependencies with
yarn install
Starts a development server for continued development.
Runs tests for the codebase.
Creates a production build for distribution.
Lints the files for any formatting errors.
Fixes any formatting errors that can be automatically resolved
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.