From b2b54e2c9fd7c120fba8845b121c2307d86b980d Mon Sep 17 00:00:00 2001 From: Wes Floyd Date: Tue, 1 Oct 2024 11:43:44 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75973785..59532026 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Hello World AVS -Welcome to the Hello World AVS. This project shows you the simplest functionality you can expect from an AVS. It will give you a concrete understanding of the basic components. +Welcome to the Hello World AVS. This project shows you the simplest functionality you can expect from an AVS. It will give you a concrete understanding of the basic components. For new users, please find [this video walkthrough](https://drive.google.com/file/d/1P6uA6kYWCbpeorTjADuoTlQ-q8uqwPZf/view?usp=sharing) of the hello world AVS repository. + +## Architecture ![hello-world-png](./assets/hello-world-diagramv2.png) -## AVS User Flow +### AVS User Flow 1) AVS consumer requests a "Hello World" message to be generated and signed. 2) HelloWorld contract receives the request and emits a NewTaskCreated event for the request.