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
Copy file name to clipboardExpand all lines: motoko/classes/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,8 @@ This application's logic is written in [Motoko](https://internetcomputer.org/doc
31
31
### 3. Navigate into the project's directory.
32
32
33
33
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
34
+
35
+
## Security considerations and best practices
36
+
37
+
If you base your application on this example, it is recommended that you familiarize yourself with and adhere to the [security best practices](https://internetcomputer.org/docs/building-apps/security/overview) for developing on ICP. This example may not implement all the best practices.
0 commit comments