cosmscan / cosmscan-go

Indexer engine with PostgreSQL for cosmos based blockchain
MIT License
27 stars 10 forks source link

HTTP API Server Implmentation #3

Closed scalalang2 closed 1 year ago

scalalang2 commented 1 year ago

We should implemenet the API server.

I'm considering which one is right for this project.

scalalang2 commented 1 year ago

gorilla mux is archived since Dec 2022.

I decided to use go-gin framework.