# README
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
-
Refer plugin to write the plugin you need
-
Just import your plugin in
plugins/registry.go
like
func init() {
registerNative(YourPlugin.New()) // Register plugin to subscan
}
# Functions
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
# Type aliases
No description provided by the author