iotaledger / bee

A framework for IOTA nodes, clients and applications in Rust
Apache License 2.0
275 stars 85 forks source link

How to integrate plugin API into the core API #1009

Open thibault-martinez opened 2 years ago

grtlr commented 2 years ago

In Hornet, the plugins are split into two parts: The main one lives in pkg/ and then they have a smaller wrapper around it in their plugins/ folder which takes care of exposing the API too.

thibault-martinez commented 2 years ago

Blocked by #1151