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
This project contains the code from the [inter-canister call Rust tutorial](https://internetcomputer.org/docs/building-apps/developer-tools/cdks/rust/intercanister). Please follow the tutorial for explanations.
### 1. [Download and install the IC SDK.](https://internetcomputer.org/docs/building-apps/getting-started/install)
12
+
13
+
### 2. Download your project from ICP Ninja using the 'Download files' button on the upper left corner, or [clone the GitHub examples repository.](https://github.com/dfinity/examples/)
14
+
15
+
### 3. Navigate into the project's directory.
16
+
17
+
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
18
+
19
+
## Security considerations and best practices
20
+
21
+
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