From 5c0db99f4273fb65f2aca1ec992b49a36a7911bb Mon Sep 17 00:00:00 2001 From: Yash Saraswat <107622640+0xpanicError@users.noreply.github.com> Date: Sun, 21 Apr 2024 06:34:34 +0530 Subject: [PATCH] Fixed a typo --- docs/eigenlayer/avs-guides/incredible-squaring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/eigenlayer/avs-guides/incredible-squaring.md b/docs/eigenlayer/avs-guides/incredible-squaring.md index 386fc15a..890a074f 100644 --- a/docs/eigenlayer/avs-guides/incredible-squaring.md +++ b/docs/eigenlayer/avs-guides/incredible-squaring.md @@ -5,7 +5,7 @@ title: Quickstart Guide with Incredible Squaring ## What is Incredible Squaring? -[Incredible Squaring](https://github.com/Layr-Labs/incredible-squaring-avs) is a demo of a minimum viable AVS with full Eigenlayer integration. The purpose of this demo is to illustrate how a value computed offchain (in this case, the square of a number) can be constructed as part of the work operators have signed up to perform as well as how this business logic relates to the AVS contracts. We take the offchan computation, have it signed by multiple Operators, then aggregate the Operators signatures, before finally validating and writing the value onchain. For a video walkthrough please see: +[Incredible Squaring](https://github.com/Layr-Labs/incredible-squaring-avs) is a demo of a minimum viable AVS with full Eigenlayer integration. The purpose of this demo is to illustrate how a value computed offchain (in this case, the square of a number) can be constructed as part of the work operators have signed up to perform as well as how this business logic relates to the AVS contracts. We take the offchain computation, have it signed by multiple Operators, then aggregate the Operators signatures, before finally validating and writing the value onchain. For a video walkthrough please see: Incredible Squaring [Overall 5 min Walk-Through](https://www.loom.com/share/50314b3ec0f34e2ba386d45724602d76?sid=cf176400-fdbb-4bdc-8563-22a68414985d) Incredible Squaring [TaskManager 5 min Walk-Through](https://www.loom.com/share/5f3f2a447bc54ffa9d37d203c32088de?sid=0f5c2c07-82c5-4640-bc6f-6e4327bb3d81) @@ -58,4 +58,4 @@ Note: please do not share (reuse) BLS and ECDSA keys across different AVSs. ## Deploy the Incredible Squaring Demo Locally -Visit the [Incredible Squaring repo](https://github.com/Layr-Labs/incredible-squaring-avs?tab=readme-ov-file#incredible-squaring-avs) and run the local demo. \ No newline at end of file +Visit the [Incredible Squaring repo](https://github.com/Layr-Labs/incredible-squaring-avs?tab=readme-ov-file#incredible-squaring-avs) and run the local demo.