mirror of
https://github.com/fluencelabs/examples
synced 2025-04-24 18:22:15 +00:00
* migrated the rust part to fluence cli; updated readme * migrated the JS part to the fluence CLI; updated the readme * small formatting fix: backtick * small formatting fix: backticks missed * removed unnecessary files * replaced aqua cli with fluence in package.json, updated readme reflecting the change * Addressed the pull-requests comments: + added more info on the fluence cli; + renamed functions so they are explanatory; + cut too verbose output; + updated the outdated output for deployment; + renamed near-related arguments so it's easy to distinguish them; + small other improvements. * readme changes: reformated to a separate tooling section * small formatting fixed in readme * Addressing pr comments: + removed the tooling section from the readme; + added a segway for using fluence cli; + fixed typo; + removed a commented both from code and the readme. * + renamed node to peer; + added a link on AccountView Near interface; * small correction regarding fluence cli statement * removed unnecessary reference for quickstart example Co-authored-by: igor <dev@igor.sh>
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 --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.