{"id":13695277,"url":"https://github.com/kaiachain/kaiaspray","last_synced_at":"2026-01-12T12:51:33.209Z","repository":{"id":136639411,"uuid":"530919122","full_name":"kaiachain/kaiaspray","owner":"kaiachain","description":"Deploy a Kaia network","archived":false,"fork":false,"pushed_at":"2025-10-23T08:36:31.000Z","size":544,"stargazers_count":9,"open_issues_count":11,"forks_count":11,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-10-27T09:02:06.768Z","etag":null,"topics":["ansible","automation","deployment","kaia"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaiachain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-31T03:15:23.000Z","updated_at":"2025-10-23T08:36:36.000Z","dependencies_parsed_at":"2025-06-18T19:28:20.006Z","dependency_job_id":"a6e2ede5-1a22-4ec4-9563-628051475cf0","html_url":"https://github.com/kaiachain/kaiaspray","commit_stats":null,"previous_names":["kaiachain/kaiaspray","klaytn/klayspray"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kaiachain/kaiaspray","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaiaspray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaiaspray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaiaspray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaiaspray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaiachain","download_url":"https://codeload.github.com/kaiachain/kaiaspray/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiachain%2Fkaiaspray/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338986,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ansible","automation","deployment","kaia"],"created_at":"2024-08-02T18:00:20.570Z","updated_at":"2026-01-12T12:51:33.192Z","avatar_url":"https://github.com/kaiachain.png","language":"HCL","funding_links":[],"categories":["Deployment Tools","Telegram Trading Bots"],"sub_categories":[],"readme":"# kaiaspray\nDeploy a Kaia network!\n\n## Table of Contents\n\n- [kaiaspray](#kaiaspray)\n  - [Table of Contents](#table-of-contents)\n  - [Supported Cloud Providers](#supported-cloud-providers)\n  - [Requirements](#requirements)\n  - [Get Started : Deploy Private Layer1 Network](#get-started--deploy-private-layer1-network)\n    - [QuickStart](#quickstart)\n        - [AWS - Click to check the complete guide](#aws---click-to-check-the-complete-guide)\n        - [GCP - Click to check the complete guide](#gcp---click-to-check-the-complete-guide)\n        - [Azure - Click to check the complete guide](#azure---click-to-check-the-complete-guide)\n        - [Local deploy - Click to check the complete guide](#local-deploy---click-to-check-the-complete-guide)\n\n## Supported Cloud Providers\n* AWS\n* GCP\n* Azure\n\n## Requirements\n* terraform\n* ansible\n* gtar\n* [aws (AWS CLI)](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)\n* [gcloud (GCP CLI)](https://cloud.google.com/sdk/docs/install)\n* [az (Azure CLI)](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)\n\n## Get Started : Deploy Private Layer1 Network\n\n### QuickStart\nYou can easily deploy a private layer1 network with the following command lines. Please see the below to see the deatil.\n\n##### AWS - [Click to check the complete guide](terraform/aws/private-layer1/README.md)\n```bash\n$ git clone https://github.com/kaiachain/kaiaspray.git\n$ cd kaiaspray\n$ export TF_OPTIONS=\"-chdir=terraform/aws/private-layer1\"\n$ terraform $TF_OPTIONS init\n$ terraform $TF_OPTIONS apply -auto-approve\n$ ansible-playbook -i inventory/private-layer1/inventory.ini private-layer1.yaml\n```\n\n##### GCP - [Click to check the complete guide](terraform/gcp/private-layer1/README.md)\n```bash\n$ git clone https://github.com/kaiachain/kaiaspray.git\n$ cd kaiaspray\n$ export TF_OPTIONS=\"-chdir=terraform/gcp/private-layer1\"\n$ terraform $TF_OPTIONS init\n$ terraform $TF_OPTIONS apply -auto-approve\n$ ansible-playbook -i inventory/private-layer1/inventory.ini private-layer1.yaml\n```\n\n##### Azure - [Click to check the complete guide](terraform/azure/private-layer1/README.md)\n```bash\n$ git clone https://github.com/kaiachain/kaiaspray.git\n$ cd kaiaspray\n$ export TF_OPTIONS=\"-chdir=terraform/azure/private-layer1\"\n$ terraform $TF_OPTIONS init\n$ terraform $TF_OPTIONS apply -auto-approve\n$ ansible-playbook -i inventory/private-layer1/inventory.ini private-layer1.yaml\n```\n\n##### Local deploy - [Click to check the complete guide](local-deploy/README.md)\n```bash\n$ cd local-deploy\n$ ./1.prepare.sh\n$ ./2.start.sh\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiachain%2Fkaiaspray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaiachain%2Fkaiaspray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiachain%2Fkaiaspray/lists"}