Nodeos Plugins
Overview
Plugins extend the core functionality implemented in nodeos
. Some plugins are mandatory, such as chain_plugin
, net_plugin
, and producer_plugin
, which reflect the modular design of nodeos
. The other plugins are optional as they provide nice to have features, but non-essential for the nodes operation.
For information on specific plugins, just select from the list below:
chain_api_plugin
chain_plugin
db_size_api_plugin
http_plugin
net_api_plugin
net_plugin
producer_plugin
state_history_plugin
test_control_api_plugin
test_control_plugin
trace_api_plugin
[[info | Nodeos is modular]]
| Plugins add incremental functionality to nodeos
. Unlike runtime plugins, nodeos
plugins are built at compile-time.