Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo (offchan -> offchain) #209

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/eigenlayer/avs-guides/incredible-squaring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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.
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.