From 214dfaba8a360fff5e4a5feaad83fc87561c2b8f Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Fri, 9 Aug 2024 01:22:29 +0100 Subject: [PATCH] readme cleanup --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c48213..252653c 100644 --- a/README.md +++ b/README.md @@ -1,40 +1,42 @@ # testnet-onboarding-app + React app for onboarding participants to laconicd chain with Nitro/Cosmos key attestation ## Setup for testnet-onboarding-app 1. Clone the repository - ``` + ```zsh git clone git@git.vdb.to:cerc-io/testnet-onboarding-app.git ``` 2. Enter the project directory - ``` + ```zsh cd testnet-onboarding-app ``` 3. Install dependencies - ``` + ```zsh yarn ``` 4. Setup .env - Copy and update `.env` - ``` + ```zsh cp .env.example .env ``` - In the `.env` file, add the WalletConnect project ID used in your [laconic-wallet](https://git.vdb.to/cerc-io/laconic-wallet) setup. - ``` + + ```zsh WALLET_CONNECT_PROJECT_ID=39bc93c... ``` 5. Start the application - ``` + ```zsh yarn start ```