An open API service indexing awesome lists of open source software.

https://github.com/kovart/forta-dashboard

An experimental version of Forta Dashboard with focus on attack researchers 🔬🦠
https://github.com/kovart/forta-dashboard

alerts attack blockchain dashboard explorer forta security

Last synced: 3 months ago
JSON representation

An experimental version of Forta Dashboard with focus on attack researchers 🔬🦠

Awesome Lists containing this project

README

          

# Forta Dashboard

## Installation

Use these steps to install project

1. Provide environment variables into `.env` file (see `.env.example`)
2. `npm install`

Build project:

```
npm run build
```

Serve project:

```
npm run start
```

App will be run on `3000` port.

Linting:

```
npm run lint // lint js files with eslint
npm run stylelint // lint scss files with stylelint
```

## Environments

To add runtime environments to the project, you need to specify them in `.env` file.