From bd03e6953e1e8a8a8a5d1d856a505c3c204ea456 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:32:03 -0600 Subject: [PATCH] Update README.md --- motoko/threshold-ecdsa/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/motoko/threshold-ecdsa/README.md b/motoko/threshold-ecdsa/README.md index 724caf20e..31b53d4df 100644 --- a/motoko/threshold-ecdsa/README.md +++ b/motoko/threshold-ecdsa/README.md @@ -15,7 +15,9 @@ This tutorial gives a complete overview of the development, starting with downlo > [!TIP] > This walkthrough focuses on the version of the sample canister code written in [Motoko](https://internetcomputer.org/docs/current/developer-docs/backend/motoko/index.md) programming language, but no specific knowledge of Motoko is needed to follow along. There is also a [Rust](https://github.com/dfinity/examples/tree/master/rust/threshold-ecdsa) version available in the same repo and follows the same commands for deploying. -## Prerequisites +## Local development + +### Prerequisites This example requires an installation of: - [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install) v0.11.0 or newer. @@ -23,7 +25,7 @@ This example requires an installation of: Begin by opening a terminal window. -## Step 1: Setup the project environment +### Step 1: Setup the project environment Navigate into the folder containing the project's files and start a local instance of the Internet Computer with the commands: @@ -32,7 +34,7 @@ cd examples/motoko/threshold-ecdsa dfx start --background ``` -## Step 2: Deploy the canisters +### Step 2: Deploy the canisters ```bash dfx deploy