Need install tinygo
Note: tinygo's runtime file must replace this PR's files src/runtime/*.go, or wait next release
- Install plugin_api
go install github.com/medianexapp/plugin_api/cmd/plugin_api@main - Init Plugin Project
plugin_api init example
cd example - Impl Plugin Method in file
plugin_impl.go - Create your plugin's icon file and change plugin toml config file
- Build Plugin
make - Install Plugin From Local