From 7187f8c2c6ca67549fd017103a44f45545f021f1 Mon Sep 17 00:00:00 2001 From: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:55:39 +0300 Subject: [PATCH] move examples to src --- README.md | 2 +- {examples => src/examples}/FROSTVerifier.sol | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {examples => src/examples}/FROSTVerifier.sol (100%) diff --git a/README.md b/README.md index 281a08c..2621afc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ key (64 bytes) needs to be stored onchain, signatures are created offchain in as Learn more about FROST signatures with [:book: ZF FROST Book](https://frost.zfnd.org/frost.html). -For usage examples, see [`examples/`](./examples). +For usage examples, see [`src/examples/`](./src/examples). For creating FROST signature, see [`offchain-signer/`](./offchain-signer). diff --git a/examples/FROSTVerifier.sol b/src/examples/FROSTVerifier.sol similarity index 100% rename from examples/FROSTVerifier.sol rename to src/examples/FROSTVerifier.sol