Skip to content

Commit 0296e54

Browse files
committed
chore: minor edits for clarity and fixing links
1 parent 2a4b1cc commit 0296e54

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/build-with-powerloom/use-cases/building-new-usecase/extending-uniswapv2-dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sidebar_position: 0
33
---
4-
# Extending Pooler
4+
# Extending Uniswap V2 dashboard usecase
55

6-
This documentation provides a step-by-step guide for developers looking to extend the functionality of the UniswapV2 Dashboard, specifically focusing on implementing new data points. The goal is to empower developers to enhance the dashboard with custom features, making it a valuable tool in hackathons and blockchain analytics.
6+
This documentation provides a step-by-step guide for developers looking to extend the functionality of the UniswapV2 Dashboard use case, specifically focusing on implementing new data points. The goal is to empower developers to enhance the dashboard with custom features, making it a valuable tool in hackathons and blockchain analytics.
77

88
## Extending with New Data Points
99

docs/build-with-powerloom/use-cases/existing-implementations/aavev3-dashboard/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Data points are essential elements that serve as the foundational units upon whi
1818

1919
### Development and Extension
2020

21-
Snapshotter Node's design enables extensions and custom use case implementations. A developer can extend the pooler compute files found in [snapshotter-computes](https://github.com/PowerLoom/snapshotter-computes/tree/eth_uniswapv2) and config files found in [snapshotter-configs](https://github.com/PowerLoom/snapshotter-configs/tree/eth_uniswapv2) to build their own custom use case implementations.
21+
The Pooler framework builds upon the modular architecture of a Snapshotter Node and enables extensions and custom use case implementations. A developer can extend the pooler compute files found in [snapshotter-computes](https://github.com/PowerLoom/snapshotter-computes/tree/aave) and config files found in [snapshotter-configs](https://github.com/PowerLoom/snapshotter-configs/tree/aave) to build their own custom use case implementations.
2222

2323
The documentation has a dedicated section that discusses further implementation and use-case extensions.
24-
Check out our guide on [Setup and Extension](/docs/build-with-powerloom/use-cases/existing-implementations/aavev3-dashboard/setup-and-extension.md) -->
24+
Check out our guide on [Setup and Extension](/docs/build-with-powerloom/use-cases/existing-implementations/aavev3-dashboard/setup-and-extension.md).

docs/build-with-powerloom/use-cases/existing-implementations/uniswapv2-dashboard/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ sidebar_position: 0
66

77
## Pooler - UniswapV2 Data Market
88

9-
Pooler is a Uniswap-specific implementation within the Powerloom ecosystem, designed as a snapshotter. It functions by synchronizing with other snapshotter peers over a smart contract on the Powerloom Protocol testnet. This architecture, guided by state transitions, is both easily comprehensible and modifiable.
9+
Pooler is a framework built around the core snapshotter modules that power different varieties of Snapshotter nodes that participate in Powerloom Protocol. This document details out a Uniswap-specific implementation of this framework, designed as a snapshotter. It functions by synchronizing with other snapshotter peers over a smart contract on the Powerloom Protocol testnet. This architecture, guided by state transitions, is both easily comprehensible and modifiable.
1010

1111
:::tip
1212
**Pooler in a Nutshell:**
1313

1414
Forex, the foreign exchange market, involves currency trading and is known for its high liquidity and 24/7 operation. Pooler, in a parallel sense, operates continuously, capturing snapshots of Uniswap trades. Like Forex traders who analyze currency fluctuations to make profits, Pooler users can analyze trade volumes, liquidity reserves, and other metrics to understand market trends and potential profits in the Uniswap market.
1515

16-
In essence, Pooler is to Uniswap what Forex platforms are to currency trading – a tool for real-time tracking and analysis, facilitating better understanding and potentially profitable decision-making in the dynamic world of cryptocurrency trading.
16+
In essence, Pooler is to Uniswap and other DeFi product what Forex platforms are to currency trading – a tool for real-time tracking and analysis, facilitating better understanding and potentially profitable decision-making in the dynamic world of cryptocurrency trading.
1717
:::
1818

1919

@@ -42,4 +42,4 @@ Data points are key metrics sourced from Uniswap V2 pair contracts, detailing ho
4242
Snapshotter Node's design enables extensions and custom use case implementations. A developer can extend the pooler compute files found in [snapshotter-computes](https://github.com/PowerLoom/snapshotter-computes/tree/eth_uniswapv2) and config files found in [snapshotter-configs](https://github.com/PowerLoom/snapshotter-configs/tree/eth_uniswapv2) to build their own custom use case implementations.
4343

4444
We have a dedicated section in the documentation which walkthrough the details on further implementation and usecases extensions.
45-
Check out our guide on [Extending Pooler](/docs/build-with-powerloom/use-cases/building-new-usecase/extending-uniswapv2-dashboard)
45+
Check out our guide on [Extending Uniswap V2 dashboard usecase.](/docs/build-with-powerloom/use-cases/building-new-usecase/extending-uniswapv2-dashboard)

0 commit comments

Comments
 (0)