Skip to content

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

License

Notifications You must be signed in to change notification settings

bcdevtools/evm-block-explorer-rpc-cosmos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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