{"id":22191972,"url":"https://github.com/cryptape/ckbguardian","last_synced_at":"2025-07-26T22:31:49.489Z","repository":{"id":103041292,"uuid":"577983514","full_name":"cryptape/CkbGuardian","owner":"cryptape","description":"ckb public node health monitoring","archived":false,"fork":false,"pushed_at":"2024-10-24T02:19:52.000Z","size":22499,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T18:55:49.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cryptape.github.io/CkbGuardian","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptape.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-14T01:19:50.000Z","updated_at":"2024-10-08T14:56:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3a173ab-25b9-47b8-8a5d-898638793ffa","html_url":"https://github.com/cryptape/CkbGuardian","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/cryptape%2FCkbGuardian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2FCkbGuardian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2FCkbGuardian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptape%2FCkbGuardian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptape","download_url":"https://codeload.github.com/cryptape/CkbGuardian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724139,"owners_count":17810036,"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-12-02T12:18:34.636Z","updated_at":"2024-12-02T12:18:35.412Z","avatar_url":"https://github.com/cryptape.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CkbGuardian\n\nCkbGuardian is a tool designed to monitor the RPC status of well-known CKB public nodes. Its main function is to check the connectivity of RPC, not the validity of results.\n\nVisit the link: https://cryptape.github.io/CkbGuardian/index.html\n\n# How to Add a New Node\n\nIf you want to add a new node, you can edit this file: https://github.com/cryptape/CkbGuardian/blob/main/ckb/resource/ckb.json, and then submit a pull request.\n\nHere's an example: https://github.com/cryptape/CkbGuardian/pull/2/commits/a2dcefed7a61fbfa40d89564a9e8520dd7bc2cd2\n\nThe node configuration should follow this format:\n\n```javascript\n    export class CkbNodeConfig {\n        name: string.  // Server name\n        url: string.   // Server URL\n        network: string. // Currently support the main  and test network\n        rpc: string.     // RPC URL\n        apiKeyName: string. // If an API key is needed\n        excludeMethods: string[]. // Methods not supported by the service\n    }\n```\n\n### apiKeyName\n\nIf connecting to the CKB service requires an API key, you need to:\n\n  1. Add apiKeyName : apiKeyName:SERVICE_API_KEY\n  2. Add to .env file: SERVICE_API_KEY=\"xxxxxx\", file location: https://github.com/gpBlockchain/CkbGuardian/blob/main/ckb/.env\n  3. Modify gitflow, see: https://github.com/cryptape/CkbGuardian/blob/main/.github/workflows/check-node.yml#L45-L46\n\n### Limiting Dangerous RPCs\n\nYou can use https://github.com/jiangxianliang007/ckb-nginx-proxy to run the CKB proxy to limit dangerous RPCs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Fckbguardian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptape%2Fckbguardian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptape%2Fckbguardian/lists"}