https://github.com/abhinavrobinson/sync-ethers-go
Sync contract on-chain events via REST interface to (mongo)DB
https://github.com/abhinavrobinson/sync-ethers-go
blockchain cli docker golang rest-api
Last synced: 2 months ago
JSON representation
Sync contract on-chain events via REST interface to (mongo)DB
- Host: GitHub
- URL: https://github.com/abhinavrobinson/sync-ethers-go
- Owner: AbhinavRobinson
- Created: 2022-05-04T08:07:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T10:57:30.000Z (about 4 years ago)
- Last Synced: 2025-04-04T20:47:46.242Z (over 1 year ago)
- Topics: blockchain, cli, docker, golang, rest-api
- Language: Go
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sync Ethers Go
Sync onchain events to mongodb over a easy to use REST API.
---
## HOW TO USE
- ### With docker
- Install Docker and docker compose
- docker-compose up
- ### Others
- Install Go
- Vendor local dependencies
- Run using go run
- (optional) Install Air via Go Mod, run using air for hot reload.
---
## API Reference
To be added.