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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Integrate Wasm 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.StartWasmBeJsonRPC(...)
// in start.go
```