Skip to content

Commit

Permalink
Added ETH India dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoderpanda committed Dec 9, 2023
1 parent 4776389 commit a785ca7
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 0
sidebar_position: 1
---
# Extending Pooler

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
sidebar_position: 0
---

# ETH India 2023 - Getting Started


If you are building at [ETH India 2023](https://ethindia.co), we have a dedicated dashboard to get you started.

[Eth India 2023 Dashboard](https://ethindia2023.powerloom.io)

![Dashboard-image](../../../../static/images/dashboard1.png)

Once you register, you'll get a screen to add your wallet.

![dasboard-wallet](../../../../static/images/dashboard2.png)

If your wallet is not added in 10-15 mins, you can reach us out on [Discord](https://docs.powerloom.io/docs/category/snapshotter-core-api).

## API key:

You'll also have an API Key to access our API in your application. You can access the APIs documentation [here](https://docs.powerloom.io/docs/category/snapshotter-core-api).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# Tracking Wallet Interactions
Expand Down Expand Up @@ -55,7 +55,7 @@ Let's use the example of tracking transactions of a wallet for Eth Chain. This i
```

4. **Focus on Wallet Interactions**:
You can simply fork and modify the BungeeBridgeProcessor to suit your needs. In this case, we will modify the data collection logic to concentrate on the wallet interactions.
You can simply fork and modify the `TrackingWalletInteractionProcessor` to suit your needs. In this case, we will modify the data collection logic to concentrate on the wallet interactions.

A sample implementation of such a processor will look something like this

Expand Down
1 change: 1 addition & 0 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
color: inherit; /* Inherits color from parent */
text-decoration: none; /* Removes underline */
}

21 changes: 11 additions & 10 deletions src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* and scoped locally.
*/

.heroBanner {
.heroBanner {
padding: 4rem 2rem 2rem 4rem;
text-align: center;
position: relative;
Expand All @@ -22,21 +22,22 @@

}
}

.hero__subtitle {
font-size: 11px; /* Set the font size to your desired size */
font-size: 11px;
/* Set the font size to your desired size */
/* You may also want to adjust line height, weight, etc., to match your design */
line-height: 1.3; /* Example line height adjustment */
font-weight: normal; /* Example font weight adjustment */
line-height: 1.3;
/* Example line height adjustment */
font-weight: normal;
/* Example font weight adjustment */
}

/* You can also use media queries if you want to adjust the size responsively */
@media (max-width: 768px) {
.hero__subtitle {
font-size: 16px; /* Smaller font size on smaller screens */
font-size: 16px;
/* Smaller font size on smaller screens */
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}

Binary file added static/images/dashboard1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/dashboard2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a785ca7

Please sign in to comment.