Skip to content

Commit 26a469a

Browse files
docs: link to more examples
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent b2c0e89 commit 26a469a

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

docs/guides/rust.mdx

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -349,25 +349,4 @@ If replication or IPv6 support is not available, a common workaround is to use a
349349

350350
## More Examples
351351

352-
Here are additional examples showcasing different use cases for blockchainless in Juno. Each example is hosted on GitHub and provides a working implementation you can explore and modify.
353-
354-
### Essential Hooks
355-
356-
A minimal app demonstrating how serverless function hooks work in Juno. This example provides a frontend interface for setting a document in the datastore or uploading a file to storage.
357-
358-
The associated hooks perform basic operations:
359-
360-
- Printing a message when triggered.
361-
- Demonstrating how to deserialize and serialize a document before updating and persisting it.
362-
363-
This example serves as a great starting point for understanding how to interact with Juno's event-driven hooks in both datastore and storage contexts.
364-
365-
[🔗 GitHub Repository](https://github.com/junobuild/examples/tree/main/rust/hooks)
366-
367-
### Generating JSON Files
368-
369-
An example that demonstrates how to generate a JSON file within a serverless function on Juno.
370-
371-
When a document is set, the corresponding hook creates a JSON file based on the document's data and automatically uploads it to storage. This makes the file accessible via an HTTPS URL, allowing it to be retrieved and used directly on the web.
372-
373-
[🔗 GitHub Repository](https://github.com/junobuild/examples/tree/main/rust/json)
352+
Looking for more examples? Check out [Rust](/docs/examples/functions/rust) for patterns like custom assertions, data manipulation, and canister calls.

0 commit comments

Comments
 (0)