Skip to content

Latest commit

 

History

History
 
 

plugins

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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
}