mirror of
https://github.com/fluencelabs/lazy-snark
synced 2025-04-25 06:52:14 +00:00
7 lines
375 B
Markdown
7 lines
375 B
Markdown
# Usage
|
|
0. [install](https://github.com/fluencelabs/tutorials/tree/master/dice-game#developing-the-backend-app) needed dependencies for Fluence
|
|
|
|
1. compiling Rust to WebAssembly, in directory backend_fluence/src
|
|
```cargo +nightly build --target wasm32-unknown-unknown --release```
|
|
|
|
2. [publishing](https://fluence.network/docs/book/quickstart/publish.html) to Fluence network |