An open API service indexing awesome lists of open source software.

https://github.com/bcdevtools/evm-block-explorer-rpc-cosmos

Extended version of Block Explorer RPC for EVM chains built on top of Cosmos-SDK
https://github.com/bcdevtools/evm-block-explorer-rpc-cosmos

cosmos-sdk dymension rollapps

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

## Integrate EVM Block Explorer Json-RPC module into your chain

The following methods must be called:
```go
config.EnsureRoot(home, config.DefaultBeJsonRpcConfig())
// in root.go
```
```go
config.AddBeJsonRpcFlags(rootCmd)
// in start.go
```
```go
server.StartEvmBeJsonRPC(...)
// in start.go
```