Skip to content

Commit 10261f7

Browse files
Update README.md
1 parent 18a2ced commit 10261f7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

rust/threshold-ecdsa/README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ This tutorial gives a complete overview of the development, starting with downlo
1515
> [!TIP]
1616
> This walkthrough focuses on the version of the sample canister code written in the Rust programming language. There is also a [Motoko](https://internetcomputer.org/docs/current/developer-docs/backend/motoko/index.md) version available in the same repo and follows the same commands for deploying.
1717
18-
## Prerequisites
18+
## Local deployment
19+
20+
### Prerequisites
1921
This example requires an installation of:
2022

2123
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install) v0.11.0 or newer.
2224
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
2325

2426
Begin by opening a terminal window.
2527

26-
## Step 1: Setup the project environment
28+
### Step 1: Setup the project environment
2729

2830
Navigate into the folder containing the project's files and start a local instance of the Internet Computer with the commands:
2931

@@ -32,7 +34,7 @@ cd examples/rust/threshold-ecdsa
3234
dfx start --background
3335
```
3436

35-
## Step 2: Deploy the canisters
37+
### Step 2: Deploy the canisters
3638

3739
```bash
3840
dfx deploy
@@ -147,4 +149,4 @@ In this walkthrough, we deployed a sample smart contract that:
147149

148150
* Signed with private ECDSA keys even though **canisters do not hold ECDSA keys themselves**.
149151
* Requested a public key.
150-
* Performed signature verification.
152+
* Performed signature verification.

0 commit comments

Comments
 (0)