Skip to content

golang interactions with the Compound Finance protocol

Notifications You must be signed in to change notification settings

davidiola/compound_go_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compound Go Monitor

Interact with Compound DeFi protocol. The compound API supports pagination for querying all records by specifying a current page number. This program fetches all accounts utilizing golang's channel primitive for maximum concurrency. There is some internal rate-limiting to prevent being throttled by Compound / DynamoDB servers and/or opening too many file descriptors locally.

Install

go get github.com/davidiola/compound_go_monitor

Usage

go run main.go

About

golang interactions with the Compound Finance protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages