{"id":13566748,"url":"https://github.com/NodesGuru/casper-world","last_synced_at":"2025-04-04T00:32:09.520Z","repository":{"id":114821693,"uuid":"434382365","full_name":"NodesGuru/casper-world","owner":"NodesGuru","description":"This web app monitors Casper network health, including nodes version distribution, VPS centralization, stake distribution (to prevent possible sybil attacks) and stake distribution by country, active/non-active nodes and validators statistics by date, etc.","archived":false,"fork":false,"pushed_at":"2022-01-26T17:59:33.000Z","size":1743,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-04T21:37:09.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nodes.guru/casper/casperworld","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NodesGuru.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-02T21:38:16.000Z","updated_at":"2023-11-22T11:19:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e689b98-d9fe-4313-98b7-1e9058095fd9","html_url":"https://github.com/NodesGuru/casper-world","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodesGuru%2Fcasper-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodesGuru%2Fcasper-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodesGuru%2Fcasper-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NodesGuru%2Fcasper-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NodesGuru","download_url":"https://codeload.github.com/NodesGuru/casper-world/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247103290,"owners_count":20884023,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T13:02:15.863Z","updated_at":"2025-04-04T00:32:08.533Z","avatar_url":"https://github.com/NodesGuru.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Casper Network Stats \u0026 Decentralization Map\n\nThis web app monitors Casper network health, including nodes version distribution, VPS centralization, stake distribution (to prevent possible sybil attacks) and stake distribution by country, active/non-active nodes and validators statistics by date, etc.\n\n---\n## Requirements\n\nFirst you need to install [ casper-world-backend ]( https://github.com/nodesguru/casper-world-backend ).\nThen you can proceed with casper world installation.\n\n---\n\n## Install casper world application\n\n    $ git clone https://github.com/nodesguru/casper-world\n    $ cd casper-world\n    $ yarn install\n\n## Configure the application\n\nCreate .env file and fill parameters:\n\n- Google Map: Follow the instruction https://developers.google.com/maps/documentation/javascript/get-api-key to get NEXT_PUBLIC_GOOGLE_API_KEY\n- MongoDB: parameters are the same as for backend\n\nFind an example below\n\n    # Google map\n    NEXT_PUBLIC_GOOGLE_API_KEY=CrgZy9w7LxxXeuQb\n    \n    # MongoDB\n    DB_USER=Casper\n    DB_PASSWORD=YOUR_%24ECURE_P%40ASSW0RD\n    DB_HOST=127.0.0.1\n    DB_AUTH_SOURCE=casper\n\n## Running the project\n\n    $ yarn dev\n\n## Simple build for production\n\n```bash\n$ yarn build\n```\n\nCreate service file and start the application using commands below:\n```bash\necho \"[Unit]\nDescription=Casper World\nAfter=network-online.target\n[Service]\nUser=$USER\nWorkingDirectory=$HOME/casper-world\nExecStart=$(which yarn) --cwd $HOME/casper-world/ start\nRestart=always\nRestartSec=1\nLimitNOFILE=10000\n[Install]\nWantedBy=multi-user.target\" \u003e $HOME/casper-world.service\nsudo mv $HOME/casper-world.service /etc/systemd/system/casper-world.service\nsudo systemctl daemon-reload\nsudo systemctl enable casper-world\nsudo systemctl restart casper-world\n```\n\nCasper World will be available on port 3000 (http://YOUR_SERVER_IP:3000).\n\n## License\n\nReleased under the MIT license.\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nCopyright (c) [ Nodes.Guru ]( https://github.com/nodesguru )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNodesGuru%2Fcasper-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNodesGuru%2Fcasper-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNodesGuru%2Fcasper-world/lists"}