You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to thank the EthPrize foundation for their funding support.
39
+
# FAIR Network Blockscout Configuration
40
+
41
+
To deploy Blockscout for FAIR network, an `.env` file should be created based on this template.
42
+
43
+
## Arguments
44
+
### Required
45
+
-**HOST** - hostname where the explorer will be accessible _(required)_
46
+
-**CHAIN_ID** - chain ID for the FAIR network _(required)_
47
+
-**ENDPOINT** - RPC endpoint for blockchain interaction _(required)_
48
+
-**WS_ENDPOINT** - WebSocket endpoint for real-time data _(required)_
49
+
-**SCHAIN_NAME** - name of the FAIR chain for flexibility purposes _(required)_
50
+
-**COMPOSE_PROJECT_NAME** - Docker Compose project name (affects container naming) _(required)_
51
+
-**SCHAIN_APP_NAME** - application name shown in the UI _(required)_
52
+
-**PROXY_PORT** - HTTP/HTTPS proxy port for external access _(required)_
53
+
-**DB_PORT** - database port for main app _(required)_
54
+
-**STATS_PORT** - statistics service port _(required)_
55
+
-**STATS_DB_PORT** - statistics database port _(required)_
56
+
-**WALLET_CONNECT_PROJECT_ID** - WalletConnect project ID for wallet integration _(required)_
57
+
### Optional
58
+
-**IS_TESTNET** - whether this is a testnet deployment (true/false) _(optional)_
59
+
-**BLOCKSCOUT_BACKEND_DOCKER_TAG** - version of blockscout backend container to use _(optional)_
60
+
-**BLOCKSCOUT_FRONTEND_DOCKER_TAG** - version of blockscout frontend container to use _(optional)_
61
+
-**STATIC_BLOCK_REWARD** - static block reward in wei for emission calculations _(optional)_
62
+
-**BURNT_FEE_FRACTION** - fraction of gas fees that are burnt (0.0 to 1.0) _(optional)_
63
+
### Required for production
64
+
-**DB_PASSWORD** - password for PostgreSQL database _(required for production)_
65
+
-**RE_CAPTCHA_SECRET_KEY** - private key used on blockscout server side to securely verify that user interactions are performed by humans _(required for production)_
0 commit comments