Skip to content

Commit

Permalink
docs: update lit-connect-modal demo readme
Browse files Browse the repository at this point in the history
Signed-off-by: sarah z <15064710+sarahzdev@users.noreply.github.com>
  • Loading branch information
sarahzdev authored Aug 25, 2023
1 parent 73deaa0 commit 77589be
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions apps/demo-lit-connect-modal-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ When the function is called, it prompts a wallet selection pop-up in the user's

## 💻 Getting Started

First, run the development server:
1. Clone this repo, navigate to the project folder, and install the dependencies:

```bash
cd apps/demo-lit-connect-modal-next

npm install
```

2. Create a `.env.local` file and add your WalletConnect project ID. You can get one by visiting [WalletConnect](https://cloud.walletconnect.com/sign-in).

```bash
NEXT_PUBLIC_WC_PROJECT_ID="<Your WalletConnect Project ID>"
```

3. Start your development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
4. Visit [http://localhost:3000](http://localhost:3000) to start playing with the app.

0 comments on commit 77589be

Please sign in to comment.