mirror of
https://github.com/fluencelabs/examples
synced 2025-04-25 10:42:16 +00: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:
- Rust installation instructions
- Cargo Generate installation instructions
- Marine installation instructions
Use the template with cargo generate
:
cargo generate cargo generate --git https://github.com/boneyard93501/fluence-template.git
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 ./scripts/build.sh
to compile the supplied greeting function to a Wasm file ready for deployment.
Check out the Fluence documentation for more details on Marine and Aqua.