{"id":19096827,"url":"https://github.com/makerdao/oracle-deploy","last_synced_at":"2025-04-18T16:31:21.576Z","repository":{"id":50320215,"uuid":"377460183","full_name":"makerdao/oracle-deploy","owner":"makerdao","description":null,"archived":false,"fork":false,"pushed_at":"2021-12-08T12:01:39.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2023-04-05T22:26:11.418Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makerdao.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}},"created_at":"2021-06-16T10:38:39.000Z","updated_at":"2021-12-08T12:01:43.000Z","dependencies_parsed_at":"2022-09-06T09:51:05.709Z","dependency_job_id":null,"html_url":"https://github.com/makerdao/oracle-deploy","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Foracle-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Foracle-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Foracle-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makerdao%2Foracle-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makerdao","download_url":"https://codeload.github.com/makerdao/oracle-deploy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783307,"owners_count":17201901,"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-11-09T03:37:57.314Z","updated_at":"2024-11-09T03:37:57.917Z","avatar_url":"https://github.com/makerdao.png","language":"Nix","readme":"![Nix Package Manager](https://forthebadge.com/images/badges/powered-by-black-magic.svg) \n![No promises whatsoever](https://forthebadge.com/images/badges/works-on-my-machine.svg)\n\n# Oracle Deploy\n\nThis is a set of scripts to allow for an easy setup of oracles for testing.\n\n## Quick Start\n\n### Prerequisites\n\n```shell\n# Nix package manager (see https://nixos.org/download.html for more options)\ncurl -L https://nixos.org/nix/install | sh\n```\n\n### Setup\n\n```shell\n# Get the repo\ngit clone https://github.com/makerdao/oracle-deploy.git\n# Use the example directory as the base\ncp -r oracle-deploy/example my-env\n# Create a secret dir  \nmkdir -p my-env/secret\n# Add AWS credentials\necho '{\"aws_access_key_id\":\"AWS_ID\",\"aws_secret_access_key\":\"AWS_KEY\"}' \u003e my-env/secret/aws.json\n# Enter the directory's Nix Shell (might take a while when done for the first time)\nnix-shell my-env/shell.nix\n# Create a secret ssh-key\nssh-keygen -t rsa -b 2048 -C \"my-env-access\" -f secret/ssh_key\n# Add Graphite credentials\necho 'login:api_key' \u003e secret/graphite_api_key\n# Add some additional keys for exchange APIs with restricted access\necho '{\"openexchangerates\":{\"apiKey\":\"KEY\"}}' \u003e secret/origins.json\n```\n\n### Initialize Environment\n\n```shell\nterraform init\nterraform apply\nnixiform init\n```\n\n### Configure created VPS machines\n\n```shell\nnixiform push\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakerdao%2Foracle-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakerdao%2Foracle-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakerdao%2Foracle-deploy/lists"}