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 🔬ðŸ¦
- Host: GitHub
- URL: https://github.com/kovart/forta-dashboard
- Owner: kovart
- Created: 2022-06-25T06:15:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T15:52:24.000Z (over 3 years ago)
- Last Synced: 2025-01-17T08:37:14.110Z (over 1 year ago)
- Topics: alerts, attack, blockchain, dashboard, explorer, forta, security
- Language: JavaScript
- Homepage: https://kovart.github.io/forta-dashboard/
- Size: 11.8 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.