-
- Downloads
modified: core.go
modified: tutorial/plugin.go modified: ../tools/docker-network/docker-compose.yml Allows for code to be executed (soon i guess)
... | @@ -23,10 +23,12 @@ import ( | ... | @@ -23,10 +23,12 @@ import ( |
"github.com/iotaledger/goshimmer/plugins/syncbeacon" | "github.com/iotaledger/goshimmer/plugins/syncbeacon" | ||
"github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" | "github.com/iotaledger/goshimmer/plugins/syncbeaconfollower" | ||
"github.com/iotaledger/hive.go/node" | "github.com/iotaledger/hive.go/node" | ||
"goshimmer/plugins/tutorial" | |||
|
|||
) | ) | ||
// Core contains the core plugins of a GoShimmer node. | // Core contains the core plugins of a GoShimmer node. | ||
var Core = node.Plugins( | var Core = node.Plugins( | ||
tutorial.Plugin(), | |||
banner.Plugin(), | banner.Plugin(), | ||
config.Plugin(), | config.Plugin(), | ||
logger.Plugin(), | logger.Plugin(), | ||
... | ... |