Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |