Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 299 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 299 Bytes

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