Skip to content

Commit

Permalink
Merge pull request #147 from NillionNetwork/chore/update-tecdsa-examp…
Browse files Browse the repository at this point in the history
…le-github-url

chore: update tescsa example github url
  • Loading branch information
psofiterol authored Dec 5, 2024
2 parents d453712 + c08ebbd commit 86a0281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/threshold-signatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ public_key.verify(
To help you get started with Nillion's tECDSA functionality, we provide the following resources:

- **[Nillion Signature Tools](https://nillion-signature-tools.streamlit.app/)**: An interactive web app and developer tool that allows you to experiment with key generation, storage, and signing on the Nillion platform.
- **[Complete Code Example](https://github.com/NillionNetwork/python-examples/blob/feat/tecdsa-example/examples_and_tutorials/core_concept_single_party_compute/threshold_ecdsa_signature.py)**: A full, end-to-end implementation example demonstrating how to store a private key and use it for threshold ECDSA signing. This example is part of the Nillion Python examples repository.
- **[Complete Code Example](https://github.com/NillionNetwork/python-examples/blob/main/examples_and_tutorials/core_concept_single_party_compute/threshold_ecdsa_signature.py)**: A full, end-to-end implementation example demonstrating how to store a private key and use it for threshold ECDSA signing. This example is part of the Nillion Python examples repository.
- **[Python Client Reference](/python-client-reference)**: Detailed API documentation for the Nillion Python client, including the ECDSA-related features and functionality.

0 comments on commit 86a0281

Please sign in to comment.