Skip to content

Commit

Permalink
Merge pull request #6 from rsksmart/feat/readme-update
Browse files Browse the repository at this point in the history
feat: update readme file and eas-react dependency
  • Loading branch information
jonathansmirnoff authored Nov 25, 2024
2 parents 4310906 + acd312c commit 2a0b796
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Ensure you have the following installed:
- Node.js (v14.x or later)
- npm or yarn
- An Ethereum wallet (e.g., MetaMask)
- Run the indexer service: https://github.com/rsksmart/eas-indexing-service

### Installation

Expand All @@ -61,6 +62,15 @@ Ensure you have the following installed:
yarn install
```

3. Run:
```bash
yarn dev
```
or
```bash
npm run dev
```

### Screenshots
<img width="1782" alt="Screenshot 2024-08-11 at 3 24 41 AM" src="https://github.com/user-attachments/assets/4b587dde-e774-47da-b889-45e84cd31b50">
<img width="1792" alt="Screenshot 2024-08-11 at 3 18 59 AM" src="https://github.com/user-attachments/assets/cce4caad-1b25-43bb-b3be-e1a0c13602eb">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"cmdk": "^1.0.0",
"connectkit": "^1.8.2",
"date-fns": "^3.6.0",
"eas-react": "https://github.com/jonathansmirnoff/eas-react.git#feat/add-rootstock",
"eas-react": "https://github.com/rsksmart/eas-react.git",
"embla-carousel-react": "^8.1.8",
"ethers": "^6.13.2",
"graphql": "^16.9.0",
Expand Down

0 comments on commit 2a0b796

Please sign in to comment.