Bridge Configuration
EN 설정 - 메인 브리지 활성화
Update the Configuration File
Name
Description
# Configuration file for the kend
...
# rpc options setting
RPC_ENABLE=1 # if this is set, the following options will be used
RPC_API="klay,mainbridge" # available apis: admin,debug,klay,miner,net,personal,rpc,txpool,web3,mainbridge,subbridge
RPC_PORT=8551
RPC_ADDR="0.0.0.0"
RPC_CORSDOMAIN="*"
RPC_VHOSTS="*"
# ws options setting
WS_ENABLE=1 # if this is set, the following options will be used
WS_API="klay"
WS_ADDR="0.0.0.0"
WS_PORT=8552
WS_ORIGINS="*"
...
# service chain options setting
MAIN_BRIDGE=1
MAIN_BRIDGE_PORT=50505
MAIN_BRIDGE_INDEXING=1
...SCN을 메인체인에 연결하기
EN(메인 브리지) 정보 확인하기
EN 콘솔 열기
EN의 KNI 확인하기
메인체인에 연결하기
SCN 콘솔 열기
SCN과 EN 연결하기
Last updated
Was this helpful?