Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algoboy-kevin/simple-dapps
A simple apps for fetching blockchain data
https://github.com/algoboy-kevin/simple-dapps
daisyui ethersjs react tailwindcss vite
Last synced: 1 day ago
JSON representation
A simple apps for fetching blockchain data
- Host: GitHub
- URL: https://github.com/algoboy-kevin/simple-dapps
- Owner: Algoboy-Kevin
- Created: 2022-06-20T03:55:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T05:02:57.000Z (over 2 years ago)
- Last Synced: 2023-03-05T02:28:44.987Z (over 1 year ago)
- Topics: daisyui, ethersjs, react, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 742 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Dapps
This application purpose is to ability to connect with the blockchain. The apps will request connection to your browser wallet (i.e metamask) and switch you to Avalance Network (AVAX). [Click here to preview](https://algoboy-kevin.github.io/Simple-Dapps/)
## 🔧 Setting up local development
```sh
# Install dependencies
npm install# To start
npm run dev# Happy hacking!
```
## 📻 Features
Below are the key feature:
1. Wallet connection
2. AAVE APY offering table## 🛬 Smart Contract References
The apps fetch the data directly from AAVE smart contracts. You can see the contract details below.
| Smart Contract | Address | Description |
| --- | --- | --- |
| UI Incentive Data Provider V3 | [0x270f51cf3F681010B46f5c4Ee2aD5120Db33026F](https://snowtrace.io/address/0x270f51cf3F681010B46f5c4Ee2aD5120Db33026F#code) | AAVE Helper contract for retrieving incentive data |
| Pool Data Provider | [0x69FA688f1Dc47d4B5d8029D5a35FB7a548310654](https://snowtrace.io/address/0x69FA688f1Dc47d4B5d8029D5a35FB7a548310654#readContract) | AAVE Helper contract for pool data |
| Price Oracle V3 | [0xEBd36016B3eD09D4693Ed4251c67Bd858c3c7C9C](https://snowtrace.io/address/0xEBd36016B3eD09D4693Ed4251c67Bd858c3c7C9C#readContract) | AAVE Helper contract for token pricing |