renovate[bot] 929ff6b40d
chore(deps): update rust crate marine-rs-sdk-test to 0.8.2 (#428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-21 21:03:51 -06:00
..
2022-10-26 11:43:31 +03:00
2022-10-26 11:43:31 +03:00

Marine Starter Template

Get started quickly with your Wasm project with this template. To use this template you should have the following components available:

Use the template with cargo generate:

cargo generate --git https://github.com/fluencelabs/marine-template

Which will prompt you for the project name and then generate the project, which will be your directory name. cd into your new directory and run ./build.sh to compile the supplied greeting function to a Wasm file ready for Marine.

Check out the Fluence documentation for more details on Marine and Aqua.