Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

everstake/cosmoscan-api

Repository files navigation

Cosmoscan API (backend)

Website: https://cosmoscan.net Frontend repo: https://github.com/everstake/cosmoscan-front

Cosmoscan is the first data and statistics explorer for the Cosmos network. It provides information oт the overall network operations, governance details, validators and much more. This is still an MVP, so if you have any suggestions, please reach out.

Dependency:

  • Clickhouse
  • Mysql
  • Cosmos node
  • Golang

How to run ?

At first you need to configure the config.json file.

cp config.example.json config.json

Next step you need to build and run application.

Docker-compose way:

cp docker-compose.example.yml docker-compose.yml
cp docker/.env.example .env
cp docker/clickhouse-users.xml.example docker/clickhouse-users.xml

don`t forget set your passwords

docker-compose build && docker-compose up -d

Native way:

at first setup your dependency and set passwords

go build && ./cosmoscan-api

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages