ποΈ Only Buidlors
- 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
- 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
- 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
- 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