Skip to content

Commit 47deaab

Browse files
Update and rename README.mdx to README.md
1 parent c3df2aa commit 47deaab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/threshold-ecdsa/README.mdx renamed to rust/threshold-ecdsa/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
keywords: [advanced, rust, threshold ecdsa, ecdsa, signature]
33
---
44

5-
import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow";
6-
75
# Threshold ECDSA
86

9-
<MarkdownChipRow labels={["Advanced", "Rust"]} />
7+
[View this sample's code on GitHub](https://github.com/dfinity/examples/tree/master/rust/threshold-ecdsa)
108

119
## Overview
1210

@@ -27,6 +25,7 @@ This walkthrough focuses on the version of the sample canister code written in [
2725

2826
## Prerequisites
2927
- [x] Download and [install the IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/index.md) if you do not already have it.
28+
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
3029

3130
## Getting started
3231

0 commit comments

Comments
 (0)