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

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

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.