{"id":37978488,"url":"https://github.com/chronicleprotocol/scribe","last_synced_at":"2026-01-16T18:32:33.001Z","repository":{"id":188294571,"uuid":"621343892","full_name":"chronicleprotocol/scribe","owner":"chronicleprotocol","description":"Extremely performant EVM oracle utilizing aggregated Schnorr signatures","archived":false,"fork":false,"pushed_at":"2025-01-06T13:01:07.000Z","size":9182,"stargazers_count":54,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-01-06T13:48:42.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chronicleprotocol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audits/ABDK@v1.0.0.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-30T13:27:52.000Z","updated_at":"2024-12-24T04:14:11.000Z","dependencies_parsed_at":"2024-03-14T15:04:02.559Z","dependency_job_id":"315a6b31-29f0-4a44-80ca-6aa5972860bc","html_url":"https://github.com/chronicleprotocol/scribe","commit_stats":null,"previous_names":["chronicleprotocol/scribe"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/chronicleprotocol/scribe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fscribe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fscribe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fscribe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fscribe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chronicleprotocol","download_url":"https://codeload.github.com/chronicleprotocol/scribe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chronicleprotocol%2Fscribe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","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":[],"created_at":"2026-01-16T18:32:32.222Z","updated_at":"2026-01-16T18:32:32.993Z","avatar_url":"https://github.com/chronicleprotocol.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./assets/logo.png\"/\u003e\n\n[![Unit Tests](https://github.com/chronicleprotocol/scribe/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/chronicleprotocol/scribe/actions/workflows/unit-tests.yml)\n\nScribe is an efficient Schnorr multi-signature based Oracle. For more info, see [docs/Scribe.md](./docs/Scribe.md).\n\n## Bug Bounty\n\nThis repository is subject to _Chronicle Protocol_'s Bug Bounty program, per the terms defined [here](https://cantina.xyz/bounties/5240b7c7-6fec-4902-bec0-8cad12f14ec4).\n\n## Installation\n\nInstall module via Foundry:\n\n```bash\n$ forge install chronicleprotocol/scribe\n```\n\n## Contributing\n\nThe project uses the Foundry toolchain. You can find installation instructions [here](https://getfoundry.sh/).\n\nSetup:\n\n```bash\n$ git clone https://github.com/chronicleprotocol/scribe\n$ cd scribe/\n$ forge install\n$ yarn install # Installs dependencies for vector-based tests\n```\n\nRun tests:\n\n```bash\n$ forge test # Run all tests, including differential fuzzing tests\n$ forge test -vvvv # Run all tests with full stack traces\n$ FOUNDRY_PROFILE=intense forge test # Run all tests in intense mode\n$ forge test --nmt \"FuzzDifferentialOracleSuite\" # Run only non-differential fuzz tests\n```\n\nNote that in order to run the whole test suite, i.e. including differential fuzz tests, the oracle-suite's musig [`schnorr`](https://github.com/chronicleprotocol/musig/tree/master/cmd/schnorr) binary needs to be present inside the `bin/` directory.\n\nLint:\n\n```bash\n$ forge fmt [--check]\n```\n\nUpdate gas snapshots:\n\n```bash\n$ forge snapshot --nmt \"Fuzz\" [--check]\n```\n\n## Dependencies\n\n- [chronicleprotocol/chronicle-std@v2](https://github.com/chronicleprotocol/chronicle-std/tree/v2)\n\n## Licensing\n\nThe primary license for Scribe is the Business Source License 1.1 (`BUSL-1.1`), see [`LICENSE`](./LICENSE). However, some files are dual licensed under `MIT`:\n\n- All files in `src/libs/` may also be licensed under `MIT` (as indicated in their SPDX headers), see [`src/libs/LICENSE`](./src/libs/LICENSE)\n- Several Solidity interface files may also be licensed under `MIT` (as indicated in their SPDX headers)\n- Several files in `script/` may also be licensed under `MIT` (as indicated in their SPDX headers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronicleprotocol%2Fscribe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchronicleprotocol%2Fscribe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchronicleprotocol%2Fscribe/lists"}