https://github.com/rymnc/fetch-chainlink-feeds
Fetch latest chainlink feed addresses
https://github.com/rymnc/fetch-chainlink-feeds
Last synced: 4 months 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T07:20:04.000Z (over 3 years ago)
- Last Synced: 2025-01-26T06:24:44.855Z (6 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`