From 7c29b3bacee964efb58adeeaff1fe32f4d5a093a Mon Sep 17 00:00:00 2001 From: Paul Cowgill Date: Thu, 30 Nov 2023 11:54:49 -0600 Subject: [PATCH] Add purpose and target audience to README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c272560..db0edb54 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ -# context +# EVM Context > Context for Ethereum L1 and L2 transactions. -By default, EVM based transactions are inscrutable and are lacking details about the context and intent of the transaction. Once Upon proposes standardizing a context layer on top of the protocol level data to help network operators, developers, and end users better understand what is happening onchain. +If you want your protocol to work well on your own app, you can stick with a private indexer for your protocol. + +If you want your protocol to work well across all of web3, contribute to **EVM Context**. + +##### Ideal contributors +* Protocol teams + +##### Ideal users +* Wallets +* Web3 browsing tools +* Web3 analytics tools ## Quick start