Skip to content

Commit 1dc68e5

Browse files
Update README.md
1 parent 237c6cf commit 1dc68e5

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

rust/inter-canister-calls/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1-
# `inter_canister_calls`
1+
# Inter-canister calls
22

33
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.
4+
5+
## Deploying from ICP Ninja
6+
7+
[![](https://icp.ninja/assets/open.svg)](https://icp.ninja/editor?g=https://github.com/dfinity/examples/tree/master/rust/inter-canister-calls)
8+
9+
## Build and deploy from the command-line
10+
11+
### 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

Comments
 (0)