From a94b94dcb935e681c8db7ef5f49dc482ee13d90d Mon Sep 17 00:00:00 2001 From: Ryan MacArthur Date: Thu, 7 Mar 2024 21:09:43 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b7f34a..a928c3f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ + +Screenshot 2024-03-07 at 9 09 00 PM + + + # deramp sepolia config: ## quickstart ```bash -pnpm i -pnpm prepare -pnpm dev +yarn +yarn prepare +yarn dev ``` add sepolia eth to an account and add it to .env: @@ -31,5 +36,5 @@ edit **hardhat.config.ts**, and fill in the address for the simpleOffchainVerifi ## in another shell ```bash -pnpm execute localhost scripts/getBalance.ts +yarn execute localhost scripts/getBalance.ts ```