This is a repo made during a webinar with Chainlink. The goal is to create a decentralized news feed that is pulled from Hacker News. The news feed is then displayed on a frontend.
- Created a wallet
- Funded the wallet
- Created a subscription
- Deployed a functions contract
- Authorized the functions contract
- Frontend time wee
# RPC for sepolia
PROVIDER_URL="https://rpc.sepolia.org"
CONTRACT_ADDRESS="ADDRESS GOES HERE"