{"id":18674088,"url":"https://github.com/nervosnetwork/ckb-script-error-codes","last_synced_at":"2026-02-21T20:03:35.927Z","repository":{"id":49271619,"uuid":"375530906","full_name":"nervosnetwork/ckb-script-error-codes","owner":"nervosnetwork","description":"This is a wiki to collect documentations about error codes returned by various ckb scripts.","archived":false,"fork":false,"pushed_at":"2025-06-19T07:31:12.000Z","size":30,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-10-23T17:49:29.445Z","etag":null,"topics":["gh-pages","wiki"],"latest_commit_sha":null,"homepage":"https://nervosnetwork.github.io/ckb-script-error-codes/","language":null,"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/nervosnetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-06-10T01:07:50.000Z","updated_at":"2025-06-19T07:31:16.000Z","dependencies_parsed_at":"2024-04-23T04:59:27.295Z","dependency_job_id":"620357ce-bb99-49c6-98a4-b9be6521a923","html_url":"https://github.com/nervosnetwork/ckb-script-error-codes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nervosnetwork/ckb-script-error-codes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-script-error-codes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-script-error-codes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-script-error-codes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-script-error-codes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nervosnetwork","download_url":"https://codeload.github.com/nervosnetwork/ckb-script-error-codes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nervosnetwork%2Fckb-script-error-codes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gh-pages","wiki"],"created_at":"2024-11-07T09:17:29.218Z","updated_at":"2026-02-21T20:03:35.891Z","avatar_url":"https://github.com/nervosnetwork.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## CKB Script Error Codes\n\nPlease use Pull requests to submit error codes for your CKB scripts.\n\n## Disclaimer\n\nThe content of this repository is contributed by the community. Nervos Foundation will not verify that the content submitter is the author of the CKB script. Please use the information carefully, and restrict the usage in development debugging.\n\n## How to Add New Script\n\nThis repository is organized by script hash type and code hash. When a script is referenced by data hash:\n\n```\n{\n  \"hash_type\": \"data\",\n  \"code_hash\": \"0x12..90\",\n  ...\n}\n```\n\nThe corresponding error codes page is `by-data-hash/12..90.md`. Pay attention that the prefix `0x` is not included in the file name.\n\nWhen a script is referenced by type hash\n\n```\n{\n  \"hash_type\": \"type\",\n  \"code_hash\": \"0xab..ef\",\n  ...\n}\n```\n\nThe corresponding error codes page is `by-type-hash/ab..ef.md`. Pay attention that the prefix `0x` is not included in the file name.\n\n## Error Code Anchors\n\nPlease use HTML anchors for error codes. For example, the erorr message will link to `#-1` for error code `-1`. Since GitHub Pages automatically create anchors for or headers, just add the title for each error code.\n\n## Index\n\n* TYPE\\_ID\n    * By type hash [00000000000000000000000000000000000000000000000000545950455f4944](by-type-hash/00000000000000000000000000000000000000000000000000545950455f4944.md)\n* DAO\n    * By type hash [82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e](by-type-hash/82d76d1b75fe2fd9a27dfbaa65a039221a380d76c926f378d3f81cf3e7e13f2e.md)\n    * By data hash\n        * [32064a14ce10d95d4b7343054cc19d73b25b16ae61a6c681011ca781a60c7923](by-data-hash/32064a14ce10d95d4b7343054cc19d73b25b16ae61a6c681011ca781a60c7923.md) (the latest version)\n* secp256k1-blake160-sighash-all\n    * By type hash [9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8](by-type-hash/9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8.md)\n    * By data hash\n        * [709f3fda12f561cfacf92273c57a98fede188a3f1a59b1f888d113f9cce08649](by-data-hash/709f3fda12f561cfacf92273c57a98fede188a3f1a59b1f888d113f9cce08649.md) (the latest version)\n* secp256k1-blake160-multisig-all\n    * By type hash [5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8](by-type-hash/5c5069eb0857efc65e1bca0c07df34c31663b3622fd3876c876320fc9634e2a8.md)\n    * By data hash\n        * [43400de165f0821abf63dcac299bbdf7fd73898675ee4ddb099b0a0d8db63bfb](by-data-hash/43400de165f0821abf63dcac299bbdf7fd73898675ee4ddb099b0a0d8db63bfb.md) (the latest version)\n\n* RGB++\n    * By type hash [bc6c568a1a0d0a09f6844dc9d74ddb4343c32143ff25f727c59edf4fb72d6936](by-type-hash/bc6c568a1a0d0a09f6844dc9d74ddb4343c32143ff25f727c59edf4fb72d6936.md)\n* BTC Time lock\n    * By type hash [70d64497a075bd651e98ac030455ea200637ee325a12ad08aff03f1a117e5a62](by-type-hash/70d64497a075bd651e98ac030455ea200637ee325a12ad08aff03f1a117e5a62.md)\n* Omnilock\n    * By type hash [9b819793a64463aed77c615d6cb226eea5487ccfc0783043a587254cda2b6f26](by-type-hash/9b819793a64463aed77c615d6cb226eea5487ccfc0783043a587254cda2b6f26.md)\n* xUDT\n    * By data hash [50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95](by-data-hash/50bd8d6680b8b9cf98b73f3c08faf8b2a21914311954118ad6609be6e78a1b95.md)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-script-error-codes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnervosnetwork%2Fckb-script-error-codes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnervosnetwork%2Fckb-script-error-codes/lists"}