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-wasiAnd install the Floneum CLI:
cargo install --git https://github.com/floneum/floneum floneum-cliYou can build the project with:
floneum build --release