Extensions:
The following methods must be called:
config.EnsureRoot(home, config.DefaultBeJsonRpcConfig())
// in root.go
config.AddBeJsonRpcFlags(rootCmd)
// in start.go
server.StartBeJsonRPC(...)
// in start.go
simd start --be.enable true
# Port will be opened at 11100
(the following values are default values)
simd start \
--be.enable false \
--be.address 0.0.0.0:11100 \
--be.http-timeout 30s \
--be.http-idle-timeout 120s \
--be.max-open-connections 0 \
--be.allow-cors true
# Configuration file is located at ~/$NODE_HOME/config/be-json-rpc.toml