Skip to content

Commit 9d24fde

Browse files
Update README.md
1 parent 8e6f682 commit 9d24fde

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

motoko/threshold-schnorr/README.md

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Threshold Schnorr
22

3-
We present a minimal example canister smart contract for showcasing the
4-
[threshold
5-
Schnorr](https://internetcomputer.org/docs/current/references/ic-interface-spec/#ic-sign_with_schnorr)
6-
API.
3+
We present a minimal example canister smart contract for showcasing the [threshold Schnorr](https://internetcomputer.org/docs/current/references/ic-interface-spec/#ic-sign_with_schnorr) API.
74

85
The example canister is a signing oracle that creates Schnorr signatures with
96
keys derived based on the canister ID and the chosen algorithm, either BIP340 or
@@ -18,21 +15,15 @@ More specifically:
1815
(the threshold Schnorr subnet is a subnet generating threshold Schnorr
1916
signatures).
2017

21-
This tutorial gives a complete overview of the development, starting with downloading [`dfx`](https://internetcomputer.org/docs/current/developer-docs/setup/index.md), up to the deployment and trying out the code on the mainnet.
22-
2318
This walkthrough focuses on the version of the sample canister code written in
2419
Motoko programming language. There is also a
2520
[Rust](https://github.com/dfinity/examples/tree/master/rust/threshold-schnorr)
2621
version available in the same repo and follows the same commands for deploying.
2722

28-
## Getting started
29-
30-
Sample code for `threshold-schnorr-example` is provided in the [examples repository](https://github.com/dfinity/examples), under either [`/motoko`](https://github.com/dfinity/examples/tree/master/motoko/threshold-schnorr) or [`/rust`](https://github.com/dfinity/examples/tree/master/rust/threshold-schnorr) sub-directories.
31-
3223
## Prerequisites
3324
This example requires an installation of:
3425

35-
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
26+
- [x] Install the [IC SDK](https://internetcomputer.org/docs/current/developer-docs/getting-started/install).
3627
- [x] Clone the example dapp project: `git clone https://github.com/dfinity/examples`
3728

3829
Begin by opening a terminal window.

0 commit comments

Comments
 (0)