A template to get you started creating a Floneum plugin
Before you build your plugin, you must install rust and the wasm32-wasi
toolchain.
rustup target add wasm32-wasi
And install the Floneum CLI:
cargo install --git https://github.com/floneum/floneum floneum-cli
You can build the project with:
floneum build --release