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

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)

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"
```