https://github.com/fungc-io/conv-eth-frontend
Frontend for my Ethereum Subgraph project
https://github.com/fungc-io/conv-eth-frontend
eth ethereum ethereum-contract graphql subgraph
Last synced: about 1 month ago
JSON representation
Frontend for my Ethereum Subgraph project
- Host: GitHub
- URL: https://github.com/fungc-io/conv-eth-frontend
- Owner: fungc-io
- Created: 2021-04-18T11:59:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T05:10:25.000Z (about 5 years ago)
- Last Synced: 2025-02-06T21:45:10.144Z (over 1 year ago)
- Topics: eth, ethereum, ethereum-contract, graphql, subgraph
- Language: Vue
- Homepage:
- Size: 464 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frontend of CONV/ETH Pool Subgraph
View demo:
Frontend repo:
Subgraph:
Subgraph project repo:
## To be improved in the future
- To show "Mints" and "Burns" transactions
- Get better USD estimations by taking average of stablecoins, they're currently estimated by ETH-USDT price only
- Improve UI of charts, the axis labels are unreadable on small screens
- Change chart type of CONV/ETH and ETH/CONV from line chart to candlestick or other more appropiate
- To have global loading state for GraphQL queries, the loading screen is currently controlled by "Chart" widget
- Let user reload data without reloading the page
- Listen to events from MetaMask/web3 after connection
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Run unit test
```
yarn run test:unit
```