{"id":19107354,"url":"https://github.com/smartcontractkit/timelock-worker","last_synced_at":"2025-04-30T18:45:56.814Z","repository":{"id":181838472,"uuid":"654209347","full_name":"smartcontractkit/timelock-worker","owner":"smartcontractkit","description":"Daemon to poll and execute scheduled transactions from a Timelock contract.","archived":false,"fork":false,"pushed_at":"2025-03-15T22:51:14.000Z","size":404,"stargazers_count":10,"open_issues_count":12,"forks_count":2,"subscribers_count":16,"default_branch":"develop","last_synced_at":"2025-04-19T08:10:31.884Z","etag":null,"topics":["mcm","scheduler","timelock"],"latest_commit_sha":null,"homepage":"","language":"Go","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/smartcontractkit.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-15T16:03:35.000Z","updated_at":"2025-04-03T15:17:46.000Z","dependencies_parsed_at":"2023-07-17T21:04:10.197Z","dependency_job_id":"5a701241-3d6f-441f-9e54-1d9020d360e6","html_url":"https://github.com/smartcontractkit/timelock-worker","commit_stats":null,"previous_names":["smartcontractkit/timelock-worker"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Ftimelock-worker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Ftimelock-worker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Ftimelock-worker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smartcontractkit%2Ftimelock-worker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smartcontractkit","download_url":"https://codeload.github.com/smartcontractkit/timelock-worker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251765257,"owners_count":21640160,"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":["mcm","scheduler","timelock"],"created_at":"2024-11-09T04:12:16.143Z","updated_at":"2025-04-30T18:45:56.769Z","avatar_url":"https://github.com/smartcontractkit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eTimelock Worker\u003c/h1\u003e\n  \u003ca\u003e\u003cimg src=\"https://github.com/smartcontractkit/timelock-worker/actions/workflows/build.yml/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca\u003e\u003cimg src=\"https://github.com/smartcontractkit/timelock-worker/actions/workflows/test.yml/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca\u003e\u003cimg src=\"https://github.com/smartcontractkit/timelock-worker/actions/workflows/lint.yml/badge.svg\" /\u003e\u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/smartcontractkit/timelock-worker/tree/develop/docs/README.md\"\u003eDocumentation\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"https://github.com/smartcontractkit/timelock-worker/tree/develop/docs/BUILD.md\"\u003eBuild\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"https://github.com/smartcontractkit/timelock-worker/tree/develop/docs/CONFIG.md\"\u003eConfiguration\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"https://github.com/smartcontractkit/timelock-worker/tree/develop/docs/USAGE.md\"\u003eUsage\u003c/a\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;•\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003ca href=\"https://github.com/smartcontractkit/timelock-worker/tree/develop/docs/DEVELOPMENT.md\"\u003eDevelopment\u003c/a\u003e\n  \u003cbr /\u003e\n\u003c/div\u003e\n\n## Development\n\n### Getting Started\n\nInstall the developments tools and dependencies to get started.\n\n#### Install `asdf`\n\n[asdf](https://asdf-vm.com/) is a tool version manager. All dependencies used for local development of this repo are\nmanaged through `asdf`. To install `asdf`:\n\n1. [Install asdf](https://asdf-vm.com/guide/getting-started.html)\n2. Follow the instructions to ensure `asdf` is shimmed into your terminal or development environment\n\n#### Install `task`\n\n[task](https://github.com/go-task/task) is an alternative to `make` and is used to provide commands for everyday\ndevelopment tasks. To install `task`:\n\n1. Add the asdf task plugin: `asdf plugin add task`\n2. Install `task` with `asdf install task`\n3. Run `task -l` to see available commands\n\n### Installing Dependencies\n\nNow that you have `asdf` and `task` installed, you can install the dependencies for this repo:\n\n```bash\ntask install:tools\n```\n\n### Linting\n\n```shell\ntask lint\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Ftimelock-worker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmartcontractkit%2Ftimelock-worker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmartcontractkit%2Ftimelock-worker/lists"}