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
- Host: GitHub
- URL: https://github.com/bcdevtools/evm-block-explorer-rpc-cosmos
- Owner: bcdevtools
- License: apache-2.0
- Created: 2024-03-27T17:40:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T17:12:01.000Z (about 2 years ago)
- Last Synced: 2024-06-19T23:09:16.836Z (almost 2 years ago)
- Topics: cosmos-sdk, dymension, rollapps
- Language: Go
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```