/evm-block-explorer-rpc-cosmos

Extended version of Block Explorer RPC for EVM chains built on top of Cosmos-SDK

Primary LanguageGoApache License 2.0Apache-2.0

Integrate EVM Block Explorer Json-RPC module into your chain

The following methods must be called:

config.EnsureRoot(home, config.DefaultBeJsonRpcConfig())
// in root.go
config.AddBeJsonRpcFlags(rootCmd)
// in start.go
server.StartEvmBeJsonRPC(...)
// in start.go