Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 533 Bytes

Plugin

Plugin is an important feature of Subscan Essentials. It is very convenient to save Extrinsic and Event to the database and parse it into various customized content, save it in a new data table, and display the customization data to the frontend through HTTP API.

Usage

  1. Refer plugin to write the plugin you need

  2. Just import your plugin in plugins/registry.go like

func init() {
	registerNative(YourPlugin.New()) // Register plugin to subscan
}