Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattpereira/mattpereira


https://github.com/mattpereira/mattpereira

Last synced: about 18 hours ago
JSON representation

Awesome Lists containing this project

README

        

### 🏗️ [Only Buidlors](https://only-buidlors.vercel.app/)
- A dynamic SVG NFT project for the BuidlGuidl
- Uses chainlink functions to verify membership by making request from smart contract to off chain API
- Dynamically displays NFT's background color, build count, and ens name

### 🏦 [Vaults of Fortune](https://vaults-of-fortune.vercel.app/)
- A contest where players are airdropped ERC-20 tokens to deposit into ERC-4626 vaults
- Uses Chainlink VRF to randomly determine return on investment for each of the three vaults
- Leaderboard and round state are tracked using events emitted on chain

### 🏃 [Speedrun Chainlink](https://speedrun-chainlink.vercel.app/)
- Learn how to integrate price feeds in your smart contracts using AggregatorV3Interface
- Spin the wheel of fruit to request a verifiably random number from the VRF Coordinator
- Play with the simple counter contract to understand how chainlink keeper nodes perform automated tasks on chain

### 📜 [Etherscript](https://github.com/MattPereira/etherscript)
- Swap tokens using uniswap's smart order router that computes the optimal route before executing the swap
- Gets the price for a base asset in terms of a quote asset using chainlink price feeds
- Fetches abi from etherscan API and output the result to a .json file inside the ./abis directory