{"id":51654680,"url":"https://github.com/fireblocks/fireblocks-staking-eth-link","last_synced_at":"2026-07-14T08:03:53.530Z","repository":{"id":355003289,"uuid":"1167434819","full_name":"fireblocks/fireblocks-staking-eth-link","owner":"fireblocks","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-01T10:33:26.000Z","size":682,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T12:23:25.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fireblocks.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-26T09:40:02.000Z","updated_at":"2026-05-01T10:33:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fireblocks/fireblocks-staking-eth-link","commit_stats":null,"previous_names":["fireblocks/fireblocks-staking-eth-link"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fireblocks/fireblocks-staking-eth-link","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Ffireblocks-staking-eth-link","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Ffireblocks-staking-eth-link/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Ffireblocks-staking-eth-link/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Ffireblocks-staking-eth-link/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fireblocks","download_url":"https://codeload.github.com/fireblocks/fireblocks-staking-eth-link/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fireblocks%2Ffireblocks-staking-eth-link/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35451878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-07-14T08:03:49.761Z","updated_at":"2026-07-14T08:03:53.522Z","avatar_url":"https://github.com/fireblocks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eth-Link\n\nReference implementation and example code for the Eth-Link protocol — a provider-agnostic API for creating compounding ETH validators (post-Pectra).\n\n\u003e **Note:** This is not an official SDK. The packages and examples in this repo are provided as reference implementations to help providers and clients integrate with the Eth-Link protocol.\n\n## Packages\n\n| Package | Description |\n|---------|-------------|\n| [`@fireblocks/eth-staking-eth-link-spec`](packages/spec/) | OpenAPI 3.0 specification (source of truth) |\n| [`@fireblocks/eth-staking-eth-link-types`](packages/types/) | Zod schemas + TypeScript types |\n| [`@fireblocks/eth-staking-eth-link-api-validator`](packages/api-validator/) | CLI tool for testing provider endpoints + HMAC utilities |\n| [`@fireblocks/eth-staking-eth-link-server`](packages/server/) | Express middleware for providers |\n\n## Validate a Provider\n\n```bash\nETH_LINK_BASE_URL=http://localhost:3000 ETH_LINK_API_KEY=your-key yarn validate\n```\n\n## OpenAPI Spec\n\nThe source-of-truth specification lives in [`packages/spec/`](packages/spec/). Reference it directly in your OpenAPI tooling:\n\n```yaml\n$ref: \"node_modules/@fireblocks/eth-staking-eth-link-spec/eth-link-spec.yaml\"\n```\n\n## Endpoints\n\n| Method | Path | Description |\n|--------|------|-------------|\n| `POST` | `/eth-link/validators/create` | Create a compounding validator, return signed deposit data |\n| `POST` | `/eth-link/validators/{pubkey}/events` | Receive validator lifecycle events |\n| `GET` | `/eth-link/health` | Health check (polled every ~60s) |\n\n## Examples\n\n- [Express Provider](examples/express-provider/) — Using `@fireblocks/eth-staking-eth-link-server` middleware\n- [Standalone Provider](examples/standalone-provider/) — Using only `@fireblocks/eth-staking-eth-link-api-validator` with Node.js `http`\n\n## Development\n\n```bash\n# Install dependencies\nyarn install\n\n# Build all packages\nyarn build\n\n# Type check\nyarn typecheck\n\n# Validate a running provider\nETH_LINK_BASE_URL=http://localhost:3000 ETH_LINK_API_KEY=dev-api-key-for-testing yarn validate\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Ffireblocks-staking-eth-link","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffireblocks%2Ffireblocks-staking-eth-link","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffireblocks%2Ffireblocks-staking-eth-link/lists"}