File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ DOMAIN_NAME=dev-02.bas.ankr.com make all
37
37
38
38
P.S: Variable ` DOMAIN_NAME ` should be set to your domain
39
39
40
+ Deployed services can be access though next endpoints:
41
+ - https://rpc.${DOMAIN_NAME} (port 8545,9546) - Web3 RPC endpoint
42
+ - https://explorer.${DOMAIN_NAME} (port 4000) - Blockchain Explorer
43
+ - https://faucet.${DOMAIN_NAME} (port 3000) - Faucet
44
+ - https://staking.${DOMAIN_NAME} (port 3001) - Staking UI
45
+
40
46
If you want to run node w/o load balancer and SSL certificates then use next command:
41
47
``` bash
42
48
make all-no-balancer
Original file line number Diff line number Diff line change @@ -176,6 +176,14 @@ services:
176
176
177
177
staking-ui :
178
178
image : ankrnetwork/bas-staking-ui:devel
179
+ environment :
180
+ CHAIN_ID : " 14000"
181
+ CHAIN_NAME : " BAS devnet"
182
+ CHAIN_RPC : " https://rpc.${DOMAIN_NAME}"
183
+ EXPLORER_HOME_URL : " https://explorer.${DOMAIN_NAME}/"
184
+ EXPLORER_TX_URL : " https://explorer.${DOMAIN_NAME}/tx/{tx}"
185
+ EXPLORER_ADDRESS_URL : " https://explorer.${DOMAIN_NAME}/address/{address}"
186
+ EXPLORER_BLOCK_URL : " https://explorer.${DOMAIN_NAME}/block/{block}"
179
187
ports :
180
188
- " 3001:80"
181
189
restart : always
You can’t perform that action at this time.
0 commit comments