# 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을 메인 브리지로 실행해야 합니다. 또한 어떤 SCN(Service Chain Consensus Node)을 서브 브리지로 EN에 연결할지 결정해야 합니다.
EN(메인 브리지) 정보 확인하기
EN 콘솔 열기
EN 프로세스를 연결하는 다른 방법이 있습니다. ken CLI commands에서 사용 가능한 명령을 확인할 수 있습니다. 이 페이지는 IPC(inter-process communication)를 통해 프로세스에 연결하는 방법을 설명합니다. klay.ipc IPC 파일은 EN/SCN의 데이터 디렉토리에 있습니다.
Please execute the following command and check out the result. (RPC를 위해 mainbridge API를 추가한 경우, 아래와 같이 브릿지 API를 확인할 수 있습니다. mainbridge API가 없는 경우, EN Configuration - Enable Main-bridge를 다시 확인해야 합니다. )