You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: remove unrelated example
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
* 📄 Update LLMs.txt snapshot for PR review
---------
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* This example focuses on the Rust serverless function and canister call integration. The frontend is intentionally minimal and included only for demonstration.
5787
-
* Use this project as a starting point for workflows that require on-chain asset transfers or canister calls in response to user actions.
5788
-
5789
-
## Real-World Example
5790
-
5791
-
Want to see how assertions and serverless logic are used in a live project?
5792
-
5793
-
Check out [proposals.network](https://proposals.network), an open-source app built with Juno:
Copy file name to clipboardExpand all lines: docs/examples/functions/rust/canister-calls.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,11 +244,7 @@ import ProdDeploy from "../components/prod-deploy.md";
244
244
## Notes
245
245
246
246
- This example focuses on the Rust serverless function and canister call integration. The frontend is intentionally minimal and included only for demonstration.
247
-
- Use this project as a starting point for workflows that require on-chain asset transfers or canister calls in response to user actions.
0 commit comments