Cấu hình cầu nối
Cấu hình EN - Kích hoạt Cầu nối chính
Cập nhật Tập tin cấu hình
Tên
Mô tả
# 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
...Kết nối SCN với Chuỗi chính
Kiểm tra thông tin EN (Cầu nối chính)
Mở Bảng điều khiển EN
Lấy KNI của EN
Kết nối với Chuỗi chính
Mở Bảng điều khiển SCN
Kết nối SCN với EN
Last updated