Skip to content

Crown-Crawler is currently being developed to estimate the size of the Crown network by finding all the reachable nodes in the network as well to help collecting some structural data about it.

License

Notifications You must be signed in to change notification settings

adrianhdez929/crown-crawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crown Network Crawler

Setup

Requirements

  • Docker
  • Docker-Compose

Build

sudo docker-compose -f compose.yaml build

Run

sudo docker-compose -f compose.yaml up

Endpoints

  • Peer Count

    Retrieves the amount of nodes reached by the crawler

    • /api/v1/

    Returns <int:peer_count>

  • Peers

    Retrieves the data of all peers reached by the crawler, paginated by 20 records

    • /api/v1/peers

    Query Params

    • page: int
      • Example: /api/v1/peers?page=1

    Returns <json:peers_data>

About

Crown-Crawler is currently being developed to estimate the size of the Crown network by finding all the reachable nodes in the network as well to help collecting some structural data about it.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Dockerfile 1.2%
  • Shell 0.2%