Skip to content

Beautiful block explorer for Aura Network and other Cosmos chains

Notifications You must be signed in to change notification settings

aura-nw/aurascan

Repository files navigation

AuraScan

Overview

Begin tracking wallets, active users, and other stats through AuraScan

Development server

This project using Angular CLI version 16.

NODEJS version: ^16.14.0 || ^18.10.0

1. Clone the repository

git clone https://github.com/aura-nw/aurascan

2. Navigate to the project folder

cd aurascan

3. Install dependencies

npm install

4. Run app

ng serve
# or using
npm start

Code scaffolding

Run ng generate component component-name to generate a new component.

You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page