Skip to content

Commit 276c0c7

Browse files
Update and rename README.mdx to README.md
1 parent 5b3eaf1 commit 276c0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rust/vetkd/README.mdx renamed to rust/vetkd/README.md

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

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

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

119
This repository provides a canister (`src/system_api`) that offers the vetKD system API proposed in https://github.com/dfinity/interface-spec/pull/158, implemented in an **unsafe** manner **for demonstration purposes**.
1210

@@ -27,6 +25,7 @@ The implementation of [the proposed vetKD system API](https://github.com/dfinity
2725
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/).
2826
- [x] Install [Node.js](https://nodejs.org/en/download/).
2927
- [x] Install [Rust](https://www.rust-lang.org/tools/install), and add Wasm as a target (`rustup target add wasm32-unknown-unknown`).
28+
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
3029

3130
## Running Locally
3231

@@ -41,6 +40,7 @@ dfx start
4140
- #### Step 3: Ensure `dfx` uses the canister IDs that are hard-coded in the Rust source code:
4241

4342
```sh
43+
cd examples/rust/vetkd
4444
dfx canister create system_api --specified-id s55qq-oqaaa-aaaaa-aaakq-cai
4545
```
4646

0 commit comments

Comments
 (0)