bcdevtools / evm-block-explorer-rpc-cosmos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%