{"id":21932224,"url":"https://github.com/doglooksgood/sui-overlay","last_synced_at":"2026-01-29T05:48:58.949Z","repository":{"id":179916703,"uuid":"664279571","full_name":"DogLooksGood/sui-overlay","owner":"DogLooksGood","description":"Sui blockchain overlay","archived":false,"fork":false,"pushed_at":"2024-11-15T08:24:33.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T15:45:25.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","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/DogLooksGood.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-09T13:35:42.000Z","updated_at":"2024-11-15T08:24:37.000Z","dependencies_parsed_at":"2024-01-29T13:47:25.699Z","dependency_job_id":"6b289522-28b2-4a79-884c-701b99f9de30","html_url":"https://github.com/DogLooksGood/sui-overlay","commit_stats":null,"previous_names":["doglooksgood/sui-overlay"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DogLooksGood/sui-overlay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DogLooksGood%2Fsui-overlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DogLooksGood%2Fsui-overlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DogLooksGood%2Fsui-overlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DogLooksGood%2Fsui-overlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DogLooksGood","download_url":"https://codeload.github.com/DogLooksGood/sui-overlay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DogLooksGood%2Fsui-overlay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28864242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"online","status_checked_at":"2026-01-29T02:00:06.714Z","response_time":59,"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":"2024-11-28T23:17:34.674Z","updated_at":"2026-01-29T05:48:58.925Z","avatar_url":"https://github.com/DogLooksGood.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"* sui-overlay\n\nThe binary releases of Sui blockchain.\n\n* Usages\n\nThe example usage with flake.\n\n#+begin_src nix\n  {\n\n    inputs = {\n      nixpkgs = { url = \"github:NixOS/nixpkgs/nixos-24.05\"; };\n      flake-utils = { url = \"github:numtide/flake-utils\"; };\n      sui-overlay = { url = \"github:doglooksgood/sui-overlay\"; };\n    };\n\n    outputs = { self, nixpkgs, flake-utils, sui-overlay }:\n      flake-utils.lib.eachDefaultSystem (system:\n        let\n          overlays = [ sui-overlay.overlays.${system}.default ];\n          pkgs = import nixpkgs { inherit system overlays; };\n        in\n          {\n            devShell = pkgs.mkShell {\n              buildInputs = with pkgs; [\n                sui-devnet # or sui-testnet, sui-mainnet\n                # other stuff\n              ];\n            };\n          }\n      );\n\n    ...\n  }\n#+end_src\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoglooksgood%2Fsui-overlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoglooksgood%2Fsui-overlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoglooksgood%2Fsui-overlay/lists"}