Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rymnc/fetch-chainlink-feeds

Fetch latest chainlink feed addresses
https://github.com/rymnc/fetch-chainlink-feeds

Last synced: about 1 month ago
JSON representation

Fetch latest chainlink feed addresses

Awesome Lists containing this project

README

        

# Fetch Chainlink Feeds

## Requirements

1. go version v1.12+
2. npx

## Setup

1. Download the dependencies using `go mod download`

## Start

1. Run `make run`

## Notes

1. If you would like to unmarshal the data, you can use the structs provided in [types.go](./types.go)

2. The addresses will be written to a file, `addresses.json`