Skip to content

Commit 159caf4

Browse files
feat(frontend): add disclaimer to README (#82)
* feat(frontend): add disclaimer banner to homepage and update README with security warning * fix(docs): improve README disclaimer clarity and formatting * fix(docs): update README with warning about example code Added a warning about the educational nature of the examples and potential security vulnerabilities. * fix(frontend): improve disclaimer banner text wrapping for better readability * Remove disclaimer banner from the app --------- Co-authored-by: Vukašin Manojlović <vmanojlovic@monad.foundation>
1 parent 7ed9dda commit 159caf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Monode
22
Example application using the Monad Execution Events SDK
33

4+
> [!WARNING]
5+
> This repository contains example code to demonstrate Monad features and concepts. The examples illustrate how to use the features, in their simplest form.
6+
>
7+
> These implementations are educational examples, and have not been tested or audited. They are likely to have significant errors and security vulnerabilities. They should not be relied on for any purpose. Do not use the code in this example in a production environment without completing your own audits and application of best practices.
8+
49
![App](public/app.gif)
510
## Resources
611

0 commit comments

Comments
 (0)