mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-23 14:24:58 -05:00
feat: docs
This commit is contained in:
@@ -11,6 +11,7 @@ Don't want to read ? Got it. Here's your install instructions:
|
||||
#### 1. Install pre-requisites
|
||||
|
||||
- Docker
|
||||
- Make
|
||||
|
||||
#### 2. Run install command
|
||||
|
||||
@@ -20,6 +21,15 @@ cd flowsint
|
||||
make prod
|
||||
```
|
||||
|
||||
Before running this command, setup your different API keys in the `.env.example` file:
|
||||
|
||||
```bash
|
||||
HIBP_API_KEY= # HaveIBeenPwned
|
||||
ETHERSCAN_API_KEY= #Etherscan
|
||||
WHOXY_API_KEY= # Whoxy
|
||||
...
|
||||
```
|
||||
|
||||
Then go to [http://localhost:5173/register](http://localhost:5173/register) and create an account. There are no credentials or account by default.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user