Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpereira/mattpereira
https://github.com/mattpereira/mattpereira
Last synced: about 18 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattpereira/mattpereira
- Owner: MattPereira
- Created: 2022-07-07T00:50:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:22:50.000Z (2 months ago)
- Last Synced: 2024-09-13T02:43:48.642Z (2 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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