https://github.com/cassidoo/decentralized-news
A decentralized news aggregator built with Chainlink and Astro (built during a live webinar)
https://github.com/cassidoo/decentralized-news
astro chainlink web3
Last synced: about 1 year ago
JSON representation
A decentralized news aggregator built with Chainlink and Astro (built during a live webinar)
- Host: GitHub
- URL: https://github.com/cassidoo/decentralized-news
- Owner: cassidoo
- Created: 2023-12-07T20:36:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:17:07.000Z (over 2 years ago)
- Last Synced: 2025-05-12T19:09:21.892Z (about 1 year ago)
- Topics: astro, chainlink, web3
- Language: Astro
- Homepage: https://decentralized-news.netlify.app/
- Size: 62.5 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Decentralized News
This is a repo made during a webinar with [Chainlink](https://chain.link/). The goal is to create a decentralized news feed that is pulled from Hacker News. The news feed is then displayed on a frontend.
[Live site](https://decentralized-news.netlify.app/)
[Webinar recording](https://www.youtube.com/watch?v=kqaxKuxC9lo)
## Steps
[GitBook for this workshop](https://cll-devrel.gitbook.io/javascript-for-web3-master-class/building-a-frontend)
### TL;DR
1. Created a wallet
2. Funded the wallet
3. Created a subscription
4. Deployed a functions contract
5. Authorized the functions contract
6. Frontend time wee
## Make a `.env`
```
# RPC for sepolia
PROVIDER_URL="https://rpc.sepolia.org"
CONTRACT_ADDRESS="ADDRESS GOES HERE"
```