Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rymnc/fetch-chainlink-feeds
- Owner: rymnc
- Created: 2021-10-15T05:16:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T07:20:04.000Z (almost 3 years ago)
- Last Synced: 2024-06-19T17:53:30.674Z (5 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`