Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 6, 2025
1 parent 9d7bd8e commit bd03e69
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions motoko/threshold-ecdsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ 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.
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`

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:

Expand All @@ -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
Expand Down

0 comments on commit bd03e69

Please sign in to comment.