19 lines
930 B
Markdown
Raw Permalink Normal View History

# 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](https://www.rust-lang.org/tools/install)
* cargo generate [installation instructions](https://github.com/cargo-generate/cargo-generate#installation)
* Marine [installation instructions](https://github.com/cargo-generate/cargo-generate#installation)
Use the template with `cargo generate`:
```bash
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.
2022-10-26 11:43:31 +03:00
Check out the [Fluence documentation](https://fluence.dev/docs/build/introduction) for more details on Marine and Aqua.