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 ```