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
- Host: GitHub
- URL: https://github.com/bcdevtools/wasm-block-explorer-rpc-cosmos
- Owner: bcdevtools
- License: apache-2.0
- Created: 2024-03-27T18:08:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T17:44:31.000Z (about 2 years ago)
- Last Synced: 2024-06-19T21:55:29.832Z (almost 2 years ago)
- Language: Go
- Size: 370 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
```